Home
last modified time | relevance | path

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

/illumos-gate/usr/src/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()