Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/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.c476 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 Dlcode.c58 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()