Searched refs:luaK_code (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
| H A D | lcode.c | 211 static int luaK_code (FuncState *fs, Instruction i) { in luaK_code() function 231 return luaK_code(fs, CREATE_ABC(o, a, b, c)); in luaK_codeABC() 239 return luaK_code(fs, CREATE_ABx(o, a, bc)); in luaK_codeABx() 245 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a)); in codeextraarg()
|