Searched refs:luaK_patchtohere (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 306 luaK_patchtohere(fs, bl->breaklist); in leaveblock() 1006 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1028 luaK_patchtohere(ls->fs, condexit); /* else... */ in repeatstat() 1059 luaK_patchtohere(fs, prep); in forbody() 1149 luaK_patchtohere(fs, flist); in ifstat() 1154 luaK_patchtohere(fs, flist); in ifstat() 1160 luaK_patchtohere(fs, escapelist); in ifstat()
|
| H A D | lcode.c | 171 luaK_patchtohere(fs, list); in luaK_patchlist() 179 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 402 luaK_patchtohere(fs, fj); in exp2reg() 558 luaK_patchtohere(fs, e->t); in luaK_goiftrue() 581 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
|
| H A D | lcode.h | 67 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcode.c | 169 luaK_patchtohere(fs, list); in luaK_patchlist() 190 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 478 luaK_patchtohere(fs, fj); in exp2reg() 638 luaK_patchtohere(fs, e->t); in luaK_goiftrue() 661 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
|
| H A D | lcode.h | 73 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
| H A D | lparser.c | 477 luaK_patchtohere(fs, j); in leaveblock() 1252 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1300 luaK_patchtohere(fs, prep); in forbody() 1410 luaK_patchtohere(fs, jf); in test_then_block() 1424 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|