Lines Matching refs:OP
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1373 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd()
1439 switch (OP(s)) { in findmust()
1456 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1457 OP(s) != OOR2) { in findmust()
1461 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1471 } while (OP(s) != OEND); in findmust()
1485 while (OP(s = *scan++) != OCHAR) in findmust()
1511 switch (OP(s)) { in pluscount()
1521 } while (OP(s) != OEND); in pluscount()