Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlcode.h45 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
69 LUAI_FUNC int luaK_jump (FuncState *fs);
H A Dlparser.c474 int j = luaK_jump(fs); in leaveblock()
1293 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1397 jf = luaK_jump(fs); in test_then_block()
1408 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
1587 gotostat(ls, luaK_jump(ls->fs)); in statement()
H A Dlcode.c60 int luaK_jump (FuncState *fs) { in luaK_jump() function
77 return luaK_jump(fs); in condjump()
478 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
/freebsd/contrib/lua/src/
H A Dlcode.h60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
87 LUAI_FUNC int luaK_jump (FuncState *fs);
H A Dlparser.c1423 newgotoentry(ls, name, line, luaK_jump(fs)); in gotostat()
1430 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat()
1441 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs)); in breakstat()
1501 int exit = luaK_jump(fs); /* normal exit must jump over fix */ in repeatstat()
1504 condexit = luaK_jump(fs); /* repeat after closing upvalues */ in repeatstat()
1659 jf = luaK_jump(fs); in test_then_block()
1670 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
H A Dlcode.c199 int luaK_jump (FuncState *fs) { in luaK_jump() function
224 return luaK_jump(fs); in condjump()
930 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()