Searched refs:luaX_next (Results 1 – 3 of 3) sorted by relevance
101 luaX_next(ls); in testnext()122 luaX_next(ls); in checknext()151 luaX_next(ls); in str_checkname()820 luaX_next(ls); /* skip the dot or colon */ in fieldsel()828 luaX_next(ls); /* skip the '[' */ in yindex()978 luaX_next(ls); in parlist()1035 luaX_next(ls); in funcargs()1052 luaX_next(ls); /* must use 'seminfo' before 'next' */ in funcargs()1089 luaX_next(ls); in primaryexp()1127 luaX_next(ls); in suffixedexp()[all …]
93 LUAI_FUNC void luaX_next (LexState *ls);
600 void luaX_next (LexState *ls) { in luaX_next() function