Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.h36 TK_FLT, TK_INT, TK_NAME, TK_STRING enumerator
Dllex.c100 case TK_FLT: case TK_INT: in txtToken()
236 return TK_INT; in read_numeral()
Dlparser.c940 case TK_INT: { in simpleexp()