Searched refs:luaX_next (Results 1 – 3 of 3) sorted by relevance
103 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 …]
72 LUAI_FUNC void luaX_next (LexState *ls);
514 void luaX_next (LexState *ls) { in luaX_next() function