Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlparser.c103 luaX_next(ls); in testnext()
118 luaX_next(ls); in checknext()
143 luaX_next(ls); in str_checkname()
621 luaX_next(ls); /* skip the dot or colon */ in fieldsel()
629 luaX_next(ls); /* skip the '[' */ in yindex()
774 luaX_next(ls); in parlist()
829 luaX_next(ls); in funcargs()
845 luaX_next(ls); /* must use `seminfo' before `next' */ in funcargs()
882 luaX_next(ls); in primaryexp()
920 luaX_next(ls); in suffixedexp()
[all …]
Dllex.h72 LUAI_FUNC void luaX_next (LexState *ls);
Dllex.c514 void luaX_next (LexState *ls) { in luaX_next() function