Lines Matching refs:O_CH
468 while (OP(m->g->strip[es]) != O_CH)
591 assert(OP(m->g->strip[esub]) == O_CH);
601 case O_CH:
763 } while (OP(s = m->g->strip[ss]) != O_CH);
764 /* note that the ss++ gets us past the O_CH */
828 if (OP(m->g->strip[esub]) == O_CH)
837 assert(OP(m->g->strip[esub]) == O_CH);
1138 case OOR1: /* done a branch, find the O_CH */
1141 OP(s = g->strip[pc+look]) != O_CH;
1149 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
1154 case O_CH: /* just empty */