Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.h67 int jpc; /* list of pending jumps to `pc' */ member
H A Dlcode.c60 int jpc = fs->jpc; /* save list of jumps to here */ in luaK_jump() local
62 fs->jpc = NO_JUMP; in luaK_jump()
64 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
165 fs->jpc = NO_JUMP; in dischargejpc()
181 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
H A Dlparser.c338 fs->jpc = NO_JUMP; in open_func()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.h105 int jpc; /* list of pending jumps to `pc' */ member
H A Dlcode.c58 int jpc = fs->jpc; /* save list of jumps to here */ in luaK_jump() local
60 fs->jpc = NO_JUMP; in luaK_jump()
62 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
162 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
163 fs->jpc = NO_JUMP; in dischargejpc()
192 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
H A Dlparser.c533 fs->jpc = NO_JUMP; in open_func()