Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.c99 luaX_next(ls); in testnext()
114 luaX_next(ls); in checknext()
139 luaX_next(ls); in str_checkname()
615 luaX_next(ls); /* skip the dot or colon */ in fieldsel()
623 luaX_next(ls); /* skip the '[' */ in yindex()
768 luaX_next(ls); in parlist()
823 luaX_next(ls); in funcargs()
839 luaX_next(ls); /* must use 'seminfo' before 'next' */ in funcargs()
876 luaX_next(ls); in primaryexp()
914 luaX_next(ls); in suffixedexp()
[all …]
Dllex.h79 LUAI_FUNC void luaX_next (LexState *ls);
Dllex.c549 void luaX_next (LexState *ls) { in luaX_next() function