Searched refs:luaK_code (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lcode.c | 235 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 255 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 263 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 269 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|