Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.h72 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
Dlcode.c171 luaK_patchtohere(fs, list); in luaK_patchlist()
192 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
480 luaK_patchtohere(fs, fj); in exp2reg()
640 luaK_patchtohere(fs, e->t); in luaK_goiftrue()
663 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
Dlparser.c479 luaK_patchtohere(fs, j); in leaveblock()
1248 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1296 luaK_patchtohere(fs, prep); in forbody()
1405 luaK_patchtohere(fs, jf); in test_then_block()
1419 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()