Searched refs:jpc (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.h | 67 int jpc; /* list of pending jumps to `pc' */ member
|
| H A D | lcode.c | 60 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 D | lparser.c | 338 fs->jpc = NO_JUMP; in open_func()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.h | 105 int jpc; /* list of pending jumps to `pc' */ member
|
| H A D | lcode.c | 58 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 D | lparser.c | 533 fs->jpc = NO_JUMP; in open_func()
|