Searched refs:luaK_code (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.c | 388 int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 407 return luaK_code(fs, CREATE_ABCk(o, a, b, c, k)); in luaK_codeABCk() 417 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 428 return luaK_code(fs, CREATE_ABx(o, a, b)); in luaK_codeAsBx() 439 return luaK_code(fs, CREATE_sJ(o, j, k)); in codesJ() 448 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|
H A D | lcode.h | 69 LUAI_FUNC int luaK_code (FuncState *fs, Instruction i);
|
H A D | lparser.c | 936 luaK_code(fs, 0); /* space for extra arg. */ in constructor()
|