Lines Matching refs:OP
555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1365 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd()
1431 switch (OP(s)) { in findmust()
1448 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust()
1449 OP(s) != OOR2) { in findmust()
1453 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
1463 } while (OP(s) != OEND); in findmust()
1477 while (OP(s = *scan++) != OCHAR) in findmust()
1503 switch (OP(s)) { in pluscount()
1513 } while (OP(s) != OEND); in pluscount()