Searched refs:patchlistaux (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 152 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux() function 166 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc); in dischargejpc() 176 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist() 485 patchlistaux(fs, e->f, final, reg, p_f); in exp2reg() 486 patchlistaux(fs, e->t, final, reg, p_t); in exp2reg()
|
| /freebsd/contrib/lua/src/ |
| H A D | lcode.c | 289 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux() function 309 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist() 939 patchlistaux(fs, e->f, final, reg, p_f); in exp2reg() 940 patchlistaux(fs, e->t, final, reg, p_t); in exp2reg()
|