gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:searchCommand (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
1206: 
1207:         i = searchCommand();
1208:         printHelp(( i < 0 )? &helpALL: cmdTab[i].help);
1253: errcode = errinfo = 0; 1254: if ((i = searchCommand()) < 0) { 1255: errcode = E_CMD;