Searched refs:luaK_jump (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lcode.h | 67 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t) 94 LUAI_FUNC int luaK_jump (FuncState *fs);
|
H A D | lparser.c | 1437 newgotoentry(ls, name, line, luaK_jump(fs)); in gotostat() 1444 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat() 1455 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs)); in breakstat() 1515 int exit = luaK_jump(fs); /* normal exit must jump over fix */ in repeatstat() 1518 condexit = luaK_jump(fs); /* repeat after closing upvalues */ in repeatstat() 1673 jf = luaK_jump(fs); in test_then_block() 1684 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
|
H A D | lcode.c | 205 int luaK_jump (FuncState *fs) { in luaK_jump() function 230 return luaK_jump(fs); in condjump() 938 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()
|