Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A Dllex.h76 LUAI_FUNC int luaX_lookahead (LexState *ls);
H A Dllex.c525 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
H A Dlparser.c715 if (luaX_lookahead(ls) != '=') /* expression? */ in field()
/freebsd-14.2/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.c907 if (luaX_lookahead(ls) != '=') /* expression? */ in field()