Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c80 if (token < TK_EOS) /* fixed format (symbols and reserved words)? */ in luaX_token2str()
161 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
275 "unfinished long comment", TK_EOS); in read_long_string()
345 lexerror(ls, "unfinished string", TK_EOS); in read_string()
487 return TK_EOS; in llex()
517 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
519 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
527 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
H A Dllex.h30 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator
H A Dlparser.c60 lua_assert(ls->fs != NULL || ls->t.token == TK_EOS); in anchor_token()
594 case TK_END: case TK_EOS: in block_follow()
1618 check(ls, TK_EOS); in mainfunc()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.c143 ls->lookahead.token = TK_EOS; /* no look-ahead token */ in luaX_setinput()
233 "unfinished long comment", TK_EOS); in read_long_string()
283 luaX_lexerror(ls, "unfinished string", TK_EOS); in read_string()
410 return TK_EOS; in llex()
450 if (ls->lookahead.token != TK_EOS) { /* is there a look-ahead token? */ in luaX_next()
452 ls->lookahead.token = TK_EOS; /* and discharge it */ in luaX_next()
460 lua_assert(ls->lookahead.token == TK_EOS); in luaX_lookahead()
H A Dllex.h32 TK_NAME, TK_STRING, TK_EOS enumerator
H A Dlparser.c392 check(&lexstate, TK_EOS); in luaY_parser()
874 case TK_UNTIL: case TK_EOS: in block_follow()