Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c306 luaK_patchtohere(fs, bl->breaklist); in leaveblock()
1006 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1028 luaK_patchtohere(ls->fs, condexit); /* else... */ in repeatstat()
1059 luaK_patchtohere(fs, prep); in forbody()
1149 luaK_patchtohere(fs, flist); in ifstat()
1154 luaK_patchtohere(fs, flist); in ifstat()
1160 luaK_patchtohere(fs, escapelist); in ifstat()
H A Dlcode.c171 luaK_patchtohere(fs, list); in luaK_patchlist()
179 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
402 luaK_patchtohere(fs, fj); in exp2reg()
558 luaK_patchtohere(fs, e->t); in luaK_goiftrue()
581 luaK_patchtohere(fs, e->f); in luaK_goiffalse()
H A Dlcode.h67 LUAI_FUNC void luaK_patchtohere (FuncState *fs, int list);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c169 luaK_patchtohere(fs, list); in luaK_patchlist()
190 void luaK_patchtohere (FuncState *fs, int list) { in luaK_patchtohere() function
478 luaK_patchtohere(fs, fj); in exp2reg()
638 luaK_patchtohere(fs, e->t); in luaK_goiftrue()
661 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()