Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlcode.h70 LUAI_FUNC int luaK_codeABx (FuncState *fs, OpCode o, int A, unsigned int Bx);
H A Dlcode.c414 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { in luaK_codeABx() function
459 return luaK_codeABx(fs, OP_LOADK, reg, k); in luaK_codek()
461 int p = luaK_codeABx(fs, OP_LOADKX, reg, 0); in luaK_codek()
H A Dlparser.c728 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
1566 prep = luaK_codeABx(fs, forprep[isgen], base, 0); in forbody()
1577 endfor = luaK_codeABx(fs, forloop[isgen], base, 0); in forbody()