Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.c97 luaX_next(ls); in testnext()
118 luaX_next(ls); in checknext()
147 luaX_next(ls); in str_checkname()
806 luaX_next(ls); /* skip the dot or colon */ in fieldsel()
814 luaX_next(ls); /* skip the '[' */ in yindex()
964 luaX_next(ls); in parlist()
1021 luaX_next(ls); in funcargs()
1038 luaX_next(ls); /* must use 'seminfo' before 'next' */ in funcargs()
1075 luaX_next(ls); in primaryexp()
1113 luaX_next(ls); in suffixedexp()
[all …]
Dllex.h85 LUAI_FUNC void luaX_next (LexState *ls);
Dllex.c561 void luaX_next (LexState *ls) { in luaX_next() function