Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlparser.c103 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 …]
H A Dllex.h86 LUAI_FUNC void luaX_next (LexState *ls);
H A Dllex.c618 void luaX_next (LexState *ls) { in luaX_next() function