Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c31 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP); in isnumeral()
62 fs->jpc = NO_JUMP; in luaK_jump()
83 lua_assert(dest != NO_JUMP); in fixjump()
103 return NO_JUMP; /* end of list */ in getjump()
152 while (list != NO_JUMP) { in patchlistaux()
165 fs->jpc = NO_JUMP; in dischargejpc()
186 if (l2 == NO_JUMP) return; in luaK_concat()
187 else if (*l1 == NO_JUMP) in luaK_concat()
408 e->f = e->t = NO_JUMP; in exp2reg()
559 e->t = NO_JUMP; in luaK_goiftrue()
[all …]
H A Dlparser.c127 e->f = e->t = NO_JUMP; in init_exp()
286 bl->breaklist = NO_JUMP; in enterblock()
338 fs->jpc = NO_JUMP; in open_func()
887 lua_assert(bl.breaklist == NO_JUMP); in block()
1053 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1060 endfor = (isnum) ? luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP) : in forbody()
1145 int escapelist = NO_JUMP; in ifstat()
H A Dlcode.h20 #define NO_JUMP (-1) macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c31 return (e->k == VKNUM && e->t == NO_JUMP && e->f == NO_JUMP); in isnumeral()
60 fs->jpc = NO_JUMP; in luaK_jump()
81 lua_assert(dest != NO_JUMP); in fixjump()
150 while (list != NO_JUMP) { in patchlistaux()
163 fs->jpc = NO_JUMP; in dischargejpc()
179 while (list != NO_JUMP) { in luaK_patchclose()
197 if (l2 == NO_JUMP) return; in luaK_concat()
198 else if (*l1 == NO_JUMP) in luaK_concat()
484 e->f = e->t = NO_JUMP; in exp2reg()
639 e->t = NO_JUMP; in luaK_goiftrue()
[all …]
H A Dlcode.h21 #define NO_JUMP (-1) macro
H A Dlparser.c147 e->f = e->t = NO_JUMP; in init_exp()
533 fs->jpc = NO_JUMP; in open_func()
1294 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUMP) : luaK_jump(fs); in forbody()
1302 endfor = luaK_codeAsBx(fs, OP_FORLOOP, base, NO_JUMP); in forbody()
1306 endfor = luaK_codeAsBx(fs, OP_TFORLOOP, base + 2, NO_JUMP); in forbody()
1417 int escapelist = NO_JUMP; /* exit list for finished parts */ in ifstat()