Home
last modified time | relevance | path

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

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