Searched refs:luaK_patchtohere (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/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);
|