gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:getLine (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
588: 
589:                         if (getLine("-> ") < 0) break;               // input set data
590:                         if (getToken(0) == tEOD) break;              // end of data
1239: if (fin) break; // end 1240: if (getLine(PROMPT) <= 0) continue; 1241: }