Searched refs:luaK_codeAsBx (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lcode.h | 41 #define luaK_codeAsBx(fs,o,A,sBx) luaK_codeABx(fs,o,A,(sBx)+MAXARG_sBx) macro
|
| H A D | lparser.c | 1053 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1060 endfor = (isnum) ? luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP) : in forbody()
|
| H A D | lcode.c | 63 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP); in luaK_jump()
|