Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.h73 LUAI_FUNC int luaX_lookahead (LexState *ls);
Dllex.c525 int luaX_lookahead (LexState *ls) { in luaX_lookahead() function
Dlparser.c712 if (luaX_lookahead(ls) != '=') /* expression? */ in field()