Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllex.h75 LUAI_FUNC void luaX_lookahead (LexState *ls);
H A Dllex.c459 void luaX_lookahead (LexState *ls) { in luaX_lookahead() function
H A Dlparser.c516 luaX_lookahead(ls); in constructor()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.h77 LUAI_FUNC int luaX_lookahead (LexState *ls);
H A Dllex.c526 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
H A Dlparser.c716 if (luaX_lookahead(ls) != '=') /* expression? */ in field()