Lines Matching refs:O_CH
322 while (OP(m->g->strip[es]) != O_CH)
443 assert(OP(m->g->strip[esub]) == O_CH);
456 case O_CH:
565 } while (OP(s = m->g->strip[ss]) != O_CH);
566 /* note that the ss++ gets us past the O_CH */
634 if (OP(m->g->strip[esub]) == O_CH)
643 assert(OP(m->g->strip[esub]) == O_CH);
933 case OOR1: /* done a branch, find the O_CH */
936 OP(s = g->strip[pc+look]) != O_CH;
944 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
949 case O_CH: /* just empty */