Home | History | Annotate | Download | only in regex

Lines Matching refs:O_CH

317 			while (OP(m->g->strip[es]) != O_CH)
436 assert(OP(m->g->strip[esub]) == O_CH);
447 case O_CH:
556 } while (OP(s = m->g->strip[ss]) != O_CH);
557 /* note that the ss++ gets us past the O_CH */
625 if (OP(m->g->strip[esub]) == O_CH)
634 assert(OP(m->g->strip[esub]) == O_CH);
922 case OOR1: /* done a branch, find the O_CH */
925 OP(s = g->strip[pc+look]) != O_CH;
933 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
938 case O_CH: /* just empty */