Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlcode.c173 luaK_patchtohere(fs, list); in luaK_patchlist()
194 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
482 luaK_patchtohere(fs, fj); in exp2reg()
642 luaK_patchtohere(fs, e->t); in luaK_goiftrue()
665 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
H A Dlcode.h73 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
H A Dlparser.c477 luaK_patchtohere(fs, j); in leaveblock()
1252 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1300 luaK_patchtohere(fs, prep); in forbody()
1410 luaK_patchtohere(fs, jf); in test_then_block()
1424 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
/freebsd-13.1/contrib/lua/src/
H A Dlcode.h90 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
H A Dlparser.c1471 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1490 luaK_patchtohere(fs, condexit); /* repetition must close upvalues */ in repeatstat()
1493 luaK_patchtohere(fs, exit); /* normal exit comes to here */ in repeatstat()
1659 luaK_patchtohere(fs, jf); in test_then_block()
1673 luaK_patchtohere(fs, escapelist); /* patch escape list to 'if' end */ in ifstat()
H A Dlcode.c311 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
914 luaK_patchtohere(fs, fj); in exp2reg()
1139 luaK_patchtohere(fs, e->t); /* true list jumps to here (to go through) */ in luaK_goiftrue()
1165 luaK_patchtohere(fs, e->f); /* false list jumps to here (to go through) */ in luaK_goiffalse()