gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isDLM (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
324: {
325:         if (isDLM()) return 0;
326:         return_er(E_LESS);
761: if (unit & 0x10) { // output command 762: if (!isDLM()) er_return(E_LESS); 763: if (getNumber(0, &data) || isnotEOC()) return;
835: par = 0; 836: if (isDLM()) { 837: if (getNumber(0, &par)) return;
906: if (clearBreak(addr) < 0) er_return(E_BPUDF); 907: } while (isDLM()); 908: isnotEOC();
945: getToken(0); 946: if (isDLM()) { 947: if (getNumber(0, &addr)) return;