Searched refs:luaK_patchtohere (Results 1 – 3 of 3) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lcode.h | 82 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
|
| H A D | lcode.c | 194 luaK_patchtohere(fs, list); in luaK_patchlist() 215 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function 518 luaK_patchtohere(fs, fj); in exp2reg() 690 luaK_patchtohere(fs, e->t); 713 luaK_patchtohere(fs, e->f);
|
| H A D | lparser.c | 479 luaK_patchtohere(fs, j); in leaveblock() 1263 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat() 1311 luaK_patchtohere(fs, prep); in forbody() 1420 luaK_patchtohere(fs, jf); in test_then_block() 1434 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
|