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()613 luaX_next(ls); /* skip the dot or colon */ in fieldsel()621 luaX_next(ls); /* skip the '[' */ in yindex()766 luaX_next(ls); in parlist()821 luaX_next(ls); in funcargs()837 luaX_next(ls); /* must use 'seminfo' before 'next' */ in funcargs()874 luaX_next(ls); in primaryexp()912 luaX_next(ls); in suffixedexp()[all …]
86 LUAI_FUNC void luaX_next (LexState *ls);
618 void luaX_next (LexState *ls) { in luaX_next() function