Lines Matching refs:repend
243 PCRE2_SPTR repend;
273 repend = replacement + rlength;
513 if (ptr >= repend)
516 repend = ptrstack[--ptrstackptr];
525 if (ptr[0] == CHAR_BACKSLASH && ptr < repend - 1 && ptr[1] == CHAR_E)
550 if (++ptr >= repend) goto BAD;
560 if (++ptr >= repend) goto BAD;
567 if (++ptr >= repend) goto BAD;
575 while (++ptr < repend)
590 while (++ptr < repend && *ptr >= CHAR_0 && *ptr <= CHAR_9);
608 if (++ptr >= repend) break;
621 !star && ptr < repend - 2 && next == CHAR_COLON)
631 rc = find_text_end(code, &ptr, repend, special == CHAR_MINUS);
638 rc = find_text_end(code, &ptr, repend, TRUE);
646 if (ptr >= repend || *ptr != CHAR_RIGHT_CURLY_BRACKET)
755 ptrstack[ptrstackptr++] = repend;
760 repend = text1_end;
765 repend = text2_end;
824 if (ptr < repend - 1) switch (ptr[1])
853 rc = PRIV(check_escape)(&ptr, repend, &ch, &errorcode,