jpc 60 lib/lua/lcode.c int jpc = fs->jpc; /* save list of jumps to here */ jpc 62 lib/lua/lcode.c fs->jpc = NO_JUMP; jpc 64 lib/lua/lcode.c luaK_concat(fs, &j, jpc); /* keep them on hold */ jpc 164 lib/lua/lcode.c patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); jpc 165 lib/lua/lcode.c fs->jpc = NO_JUMP; jpc 181 lib/lua/lcode.c luaK_concat(fs, &fs->jpc, list); jpc 338 lib/lua/lparser.c fs->jpc = NO_JUMP; jpc 67 lib/lua/lparser.h int jpc; /* list of pending jumps to `pc' */