Home
last modified time | relevance | path

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

/external/lua/src/
Dlcode.h60 #define luaK_jumpto(fs,t) luaK_patchlist(fs, luaK_jump(fs), t)
87 LUAI_FUNC int luaK_jump (FuncState *fs);
Dlparser.c1413 newgotoentry(ls, name, line, luaK_jump(fs)); in gotostat()
1420 luaK_patchlist(fs, luaK_jump(fs), lb->pc); in gotostat()
1431 newgotoentry(ls, luaS_newliteral(ls->L, "break"), line, luaK_jump(ls->fs)); in breakstat()
1491 int exit = luaK_jump(fs); /* normal exit must jump over fix */ in repeatstat()
1494 condexit = luaK_jump(fs); /* repeat after closing upvalues */ in repeatstat()
1687 jf = luaK_jump(fs); in test_then_block()
1698 luaK_concat(fs, escapelist, luaK_jump(fs)); /* must jump over it */ in test_then_block()
Dlcode.c198 int luaK_jump (FuncState *fs) { in luaK_jump() function
223 return luaK_jump(fs); in condjump()
909 int fj = (e->k == VJMP) ? NO_JUMP : luaK_jump(fs); in exp2reg()