Home
last modified time | relevance | path

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

/src/sys/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()
/src/contrib/lua/src/
H A Dllex.h86 LUAI_FUNC int luaX_lookahead (LexState *ls);
H A Dllex.c576 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
H A Dlparser.c906 if (luaX_lookahead(ls) != '=') /* expression? */ in field()