Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.c170 luaK_patchtohere(fs, list); in luaK_patchlist()
191 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
479 luaK_patchtohere(fs, fj); in exp2reg()
639 luaK_patchtohere(fs, e->t); in luaK_goiftrue()
662 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
H A Dlcode.h72 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
H A Dlparser.c478 luaK_patchtohere(fs, j); in leaveblock()
1247 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1295 luaK_patchtohere(fs, prep); in forbody()
1404 luaK_patchtohere(fs, jf); in test_then_block()
1418 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
/freebsd-12.1/contrib/lua/src/
H A Dlcode.c252 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
265 luaK_patchtohere(fs, list); /* add list to pending jumps */ in luaK_patchlist()
687 luaK_patchtohere(fs, fj); in exp2reg()
876 luaK_patchtohere(fs, e->t); /* true list jumps to here (to go through) */ in luaK_goiftrue()
902 luaK_patchtohere(fs, e->f); /* false list jumps to here (to go through) */ in luaK_goiffalse()
H A Dlcode.h77 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
H A Dlparser.c480 luaK_patchtohere(fs, j); in leaveblock()
1256 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1304 luaK_patchtohere(fs, prep); in forbody()
1413 luaK_patchtohere(fs, jf); in test_then_block()
1427 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()