Home
last modified time | relevance | path

Searched refs:TK_INT (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dllex.h47 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
49 TK_INT, TK_NAME, TK_STRING
Dllex.c107 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()
Dlparser.c1155 case TK_INT: { in simpleexp()