Home
last modified time | relevance | path

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

/external/lua/src/
Dllex.c89 if (token < TK_EOS) /* fixed format (symbols and reserved words)? */ in luaX_token2str()
167 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
275 lexerror(ls, msg, TK_EOS); in read_long_string()
371 lexerror(ls, "unfinished string", TK_EOS); in read_string()
521 return TK_EOS; in llex()
551 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
553 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
561 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
Dllex.h35 TK_DBCOLON, TK_EOS, enumerator
Dlparser.c590 case TK_END: case TK_EOS: in block_follow()
1621 check(ls, TK_EOS); in mainfunc()