Lines Matching defs:pp
221 const pcre_uint32 *pp = PRIV(ucd_caseless_sets) + ur->caseset;
224 if (c < *pp) return -1;
225 if (c == *pp++) break;
571 #define pp frame->Xpp
628 PCRE_PUCHAR pp;
2827 pp = eptr;
2847 while (eptr >= pp)
3020 pp = eptr;
3049 if (eptr-- == pp) break; /* Stop if tried at original pos */
3078 while (eptr >= pp)
3182 pp = eptr;
3206 if (eptr-- == pp) break; /* Stop if tried at original pos */
3459 pp = eptr;
3479 if (eptr == pp) goto TAIL_RECURSE;
3567 pp = eptr;
3583 if (eptr == pp) goto TAIL_RECURSE;
3626 pp = eptr;
3640 if (eptr == pp) goto TAIL_RECURSE;
3879 pp = eptr;
3900 if (eptr == pp) goto TAIL_RECURSE;
3924 if (eptr == pp) goto TAIL_RECURSE;
4014 pp = eptr;
4035 if (eptr == pp) goto TAIL_RECURSE;
4059 if (eptr == pp) goto TAIL_RECURSE;
5399 pp = eptr; /* Remember where we started */
5606 if (eptr == pp) goto TAIL_RECURSE;
5653 if (eptr == pp) goto TAIL_RECURSE; /* At start of char run */
5671 if (eptr == pp) goto TAIL_RECURSE; /* At start of char run */
5921 if (eptr == pp) goto TAIL_RECURSE;
5926 if (ctype == OP_ANYNL && eptr > pp && UCHAR21(eptr) == CHAR_NL &&
6165 if (eptr == pp) goto TAIL_RECURSE;
6169 if (ctype == OP_ANYNL && eptr > pp && *eptr == CHAR_LF &&
6247 #undef pp
6878 register pcre_uint32 pp = UCHAR21INCTEST(p);
6879 if (pp == req_char || pp == req_char2) { p--; break; }