gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isnotDLM (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
459:                 if (token <= tEOC) break;
460:                 if (isnotDLM()) return E_LESS;
461:         }
604: 605: } else if (! isnotDLM()) { // set data processing 606: if ((n = getSetData(dt, unit)) > 0) {
632: } else { 633: if (isnotDLM()) return; 634: if ((n = getSetData(dt, unit)) < 0) return;
661: // extract address range 662: if (getAddrRange(unit, 0x01, DEF_MEM_SIZE) || isnotDLM()) return; 663:
711: // extract address range 712: if (getAddrRange(1, 0x01, DEF_MEM_SIZE) || isnotDLM()) return; 713:
810: 811: } else if (!isnotDLM() && !getNumber(0, &num)) { // set register 812: if (!isnotEOC())
998: for (i = 0; i < 3; i++) { 999: if (isnotDLM()) return; 1000: if (getNumber(0, &par[i])) return;
1066: if (getNumber(0, &addr)) return; 1067: if (isnotDLM() || getNumber(0, &data)) return; 1068: if (isnotDLM() || getNumber(0, &nsec)) return; 1069: if (isnotEOC()) return;