Home
last modified time | relevance | path

Searched refs:forprep (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.c223 static int forprep (lua_State *L, StkId ra) { function
1911 if (forprep(L, ra))
H A Dlparser.c1560 static const OpCode forprep[2] = {OP_FORPREP, OP_TFORPREP}; in forbody() local
1566 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()