/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lparser.h | 104 int jpc; /* list of pending jumps to `pc' */ member in struct:FuncState
|
lcode.c | 60 int jpc = fs->jpc; /* save list of jumps to here */ local 62 fs->jpc = NO_JUMP; 64 luaK_concat(fs, &j, jpc); /* keep them on hold */ 164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); 165 fs->jpc = NO_JUMP; 194 luaK_concat(fs, &fs->jpc, list);
|
/external/syslinux/com32/lua/src/ |
lparser.h | 104 int jpc; /* list of pending jumps to `pc' */ member in struct:FuncState
|
lcode.c | 60 int jpc = fs->jpc; /* save list of jumps to here */ local 62 fs->jpc = NO_JUMP; 64 luaK_concat(fs, &j, jpc); /* keep them on hold */ 164 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); 165 fs->jpc = NO_JUMP; 194 luaK_concat(fs, &fs->jpc, list);
|