Lines Matching refs:cond_catch
1286 catcher.re.cond_catch.next[0] = q->re.group.expr.binary.right;
1287 catcher.re.cond_catch.next[1] = q->re.group.expr.binary.left;
1290 catcher.re.cond_catch.next[0] = catcher.re.cond_catch.next[1] = 0;
1296 catcher.re.cond_catch.yes = 0;
1297 catcher.re.cond_catch.beg = s;
1298 catcher.re.cond_catch.cont = cont;
1301 if (r == BAD || catcher.re.cond_catch.yes)
1308 if (q = catcher.re.cond_catch.next[r != NONE])
1319 rex->re.cond_catch.yes = 1;
1323 catcher.re.group_catch.cont = rex->re.cond_catch.cont;
1325 return parse(env, rex->re.cond_catch.next[1], &catcher, rex->re.cond_catch.beg);