Searched refs:luaK_jump (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lcode.h | 45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 69 LUAI_FUNC int luaK_jump (FuncState *fs);
|
| H A D | lparser.c | 476 int j = luaK_jump(fs); in leaveblock() 1289 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1392 jf = luaK_jump(fs); in test_then_block() 1403 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block() 1582 gotostat(ls, luaK_jump(ls->fs)); in statement()
|
| H A D | lcode.c | 58 int luaK_jump (FuncState *fs) { in luaK_jump() function 75 return luaK_jump(fs); in condjump() 476 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lcode.h | 50 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 74 LUAI_FUNC int luaK_jump (FuncState *fs);
|
| H A D | lparser.c | 478 int j = luaK_jump(fs); in leaveblock() 1298 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody() 1401 jf = luaK_jump(fs); in test_then_block() 1412 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block() 1591 gotostat(ls, luaK_jump(ls->fs)); in statement()
|
| H A D | lcode.c | 136 int luaK_jump (FuncState *fs) { in luaK_jump() function 160 return luaK_jump(fs); in condjump() 684 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
|