Home
last modified time | relevance | path

Searched refs:luaK_jump (Results 1 – 6 of 6) sorted by relevance

/src/sys/contrib/openzfs/module/lua/
H A Dlcode.h46 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
70 LUAI_FUNC int luaK_jump (FuncState *fs);
H A Dlparser.c475 int j = luaK_jump(fs); in leaveblock()
1294 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1398 jf = luaK_jump(fs); in test_then_block()
1409 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
1588 gotostat(ls, luaK_jump(ls->fs)); in statement()
H A Dlcode.c61 int luaK_jump (FuncState *fs) { in luaK_jump() function
78 return luaK_jump(fs); in condjump()
479 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
/src/contrib/lua/src/
H A Dlcode.h60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
84 LUAI_FUNC int luaK_jump (FuncState *fs);
H A Dlparser.c1422 newgotoentry(ls, name, line, luaK_jump(fs)); in gotostat()
1429 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat()
1440 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs)); in breakstat()
1500 int exit = luaK_jump(fs); /* normal exit must jump over fix */ in repeatstat()
1503 condexit = luaK_jump(fs); /* repeat after closing upvalues */ in repeatstat()
1658 jf = luaK_jump(fs); in test_then_block()
1669 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
H A Dlcode.c200 int luaK_jump (FuncState *fs) { in luaK_jump() function
225 return luaK_jump(fs); in condjump()
932 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()