Searched refs:patchlistaux (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/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-13.1/contrib/lua/src/ |
| H A D | lcode.c | 287 static void patchlistaux (FuncState *fs, int list, int vtarget, int reg, in patchlistaux() function 307 patchlistaux(fs, list, target, NO_REG, target); in luaK_patchlist() 917 patchlistaux(fs, e->f, final, reg, p_f); in exp2reg() 918 patchlistaux(fs, e->t, final, reg, p_t); in exp2reg()
|