Home
last modified time | relevance | path

Searched refs:luaK_patchtohere (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlcode.h82 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
H A Dlcode.c194 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 Dlparser.c479 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()