Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c1236 int condexit; in whilestat() local
1240 condexit = cond(ls); in whilestat()
1247 luaK_patchtohere(fs, condexit); /* false conditions finish the loop */ in whilestat()
1253 int condexit; in repeatstat() local
1262 condexit = cond(ls); /* read condition (inside scope block) */ in repeatstat()
1264 luaK_patchclose(fs, condexit, bl2.nactvar); in repeatstat()
1266 luaK_patchlist(fs, condexit, repeat_init); /* close the loop */ in repeatstat()