Searched refs:luaK_code (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lcode.c | 789 static int luaK_code (FuncState *fs, Instruction i, int line) { in luaK_code() function 808 return luaK_code(fs, CREATE_ABC(o, a, b, c), fs->ls->lastline); in luaK_codeABC() 815 return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline); in luaK_codeABx() 827 luaK_code(fs, cast(Instruction, c), fs->ls->lastline); in luaK_setlist()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 210 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 230 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 238 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 244 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|