Searched refs:luaK_code (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lcode.c | 213 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 233 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 241 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 247 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|
/freebsd/contrib/lua/src/ |
H A D | lcode.h | 62 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i);
|
H A D | lcode.c | 382 int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 401 return luaK_code(fs, CREATE_ABCk(o, a, b, c, k)); in luaK_codeABCk() 411 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 422 return luaK_code(fs, CREATE_ABx(o, a, b)); in luaK_codeAsBx() 433 return luaK_code(fs, CREATE_sJ(o, j, k)); in codesJ() 442 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|
H A D | lparser.c | 932 luaK_code(fs, 0); /* space for extra arg. */ in constructor()
|