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

/freebsd-12-stable/contrib/lua/src/
H A Dlparser.h118 int jpc; /* list of pending jumps to 'pc' */ member in struct:FuncState
H A Dlcode.c133 ** this position (kept in 'jpc'), link them all together so that
137 int jpc = fs->jpc; /* save list of jumps to here */ local
139 fs->jpc = NO_JUMP; /* no more jumps to here */
141 luaK_concat(fs, &j, jpc); /* keep them on hold */
243 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
244 fs->jpc = NO_JUMP;
254 luaK_concat(fs, &fs->jpc, list);
H A Dlparser.c536 fs->jpc = NO_JUMP;
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.h104 int jpc; /* list of pending jumps to `pc' */ member in struct:FuncState
H A Dlcode.c59 int jpc = fs->jpc; /* save list of jumps to here */ local
61 fs->jpc = NO_JUMP;
63 luaK_concat(fs, &j, jpc); /* keep them on hold */
163 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
164 fs->jpc = NO_JUMP;
193 luaK_concat(fs, &fs->jpc, list);
H A Dlparser.c534 fs->jpc = NO_JUMP;

Completed in 174 milliseconds