Searched refs:TK_INT (Results 1 – 3 of 3) sorted by relevance
47 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator49 TK_INT, TK_NAME, TK_STRING
107 case TK_FLT: case TK_INT: in txtToken()109 case TK_INT: in txtToken()258 return TK_INT; in read_numeral()283 lexerror(ls, "malformed number", TK_INT); in read_numeral()286 return TK_INT; in read_numeral()
1155 case TK_INT: { in simpleexp()