Lines Matching refs:OP
513 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_ere_exp()
514 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_ere_exp()
917 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
918 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1795 p->strip[pos] = OP(p->strip[pos]) | value;
1879 switch (OP(s)) {
1902 if (OP(s) != (sop)O_QUEST &&
1903 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2) {
1907 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);
1988 } while (OP(s) != OEND);
2006 while (OP(s = *scan++) != OCHAR)
2037 while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH) {
2038 switch (OP(s)) {
2053 if (OP(s) != (sop)O_QUEST &&
2054 OP(s) != (sop)O_CH && OP(s) != (sop)OOR2)
2056 } while (OP(s) != (sop)O_QUEST && OP(s) != (sop)O_CH);
2234 switch (OP(s)) {
2244 } while (OP(s) != OEND);