Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlcode.c59 int jpc = fs->jpc; /* save list of jumps to here */ in luaK_jump() local
61 fs->jpc = NO_JUMP; in luaK_jump()
63 luaK_concat(fs, &j, jpc); /* keep them on hold */ in luaK_jump()
163 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc()
164 fs->jpc = NO_JUMP; in dischargejpc()
193 luaK_concat(fs, &fs->jpc, list); in luaK_patchtohere()
H A Dlparser.h104 int jpc; /* list of pending jumps to `pc' */ member
H A Dlparser.c534 fs->jpc = NO_JUMP; in open_func()