Search | Google it | Results 1 - 1 of 1 for funcall:isSym (0.00 seconds) |
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