gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isSym (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/command.c - 44.6KB - 1,274 lines
278:                 // if the end of the numeric value is alphanumeric letter, then it is regarded as illegal numeric format.
279:                 i = (isSym(c) || isNum(c)) ? tERNUM : tNUM;
280:                 goto EXIT;
282: 283: if (isSym(c)) { // symbol 284: tokenStr = --lptr; 285: for (i = 0; isSym(c) || isNum(c) || isExtSym(c); c = *++lptr) { 286: // set to tokenSym[] in capital letters