Searched refs:luaK_patchtohere (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 172 luaK_patchtohere(fs, list); in luaK_patchlist() 193 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 481 luaK_patchtohere(fs, fj); in exp2reg() 641 luaK_patchtohere(fs, e->t); in luaK_goiftrue() 664 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
|
| H A D | lcode.h | 72 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
| H A D | lparser.c | 476 luaK_patchtohere(fs, j); in leaveblock() 1251 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1299 luaK_patchtohere(fs, prep); in forbody() 1409 luaK_patchtohere(fs, jf); in test_then_block() 1423 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lcode.h | 90 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
| H A D | lparser.c | 1483 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1502 luaK_patchtohere(fs, condexit); /* repetition must close upvalues */ in repeatstat() 1505 luaK_patchtohere(fs, exit); /* normal exit comes to here */ in repeatstat() 1671 luaK_patchtohere(fs, jf); in test_then_block() 1685 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|
| H A D | lcode.c | 312 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 934 luaK_patchtohere(fs, fj); in exp2reg() 1159 luaK_patchtohere(fs, e->t); /* true list jumps to here (to go through) */ in luaK_goiftrue() 1185 luaK_patchtohere(fs, e->f); /* false list jumps to here (to go through) */ in luaK_goiffalse()
|