repeat_type      4459 ext/pcre/pcrelib/pcre_compile.c int repeat_type, op_type;
repeat_type      5683 ext/pcre/pcrelib/pcre_compile.c       repeat_type = 0;                  /* Force greedy */
repeat_type      5689 ext/pcre/pcrelib/pcre_compile.c       repeat_type = greedy_non_default;
repeat_type      5692 ext/pcre/pcrelib/pcre_compile.c     else repeat_type = greedy_default;
repeat_type      5804 ext/pcre/pcrelib/pcre_compile.c       repeat_type += op_type;
repeat_type      5811 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
repeat_type      5812 ext/pcre/pcrelib/pcre_compile.c           else if (repeat_max == 1) *code++ = OP_QUERY + repeat_type;
repeat_type      5815 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_UPTO + repeat_type;
repeat_type      5828 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_PLUS + repeat_type;
repeat_type      5833 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_UPTO + repeat_type;
repeat_type      5870 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_STAR + repeat_type;
repeat_type      5897 ext/pcre/pcrelib/pcre_compile.c             *code++ = OP_QUERY + repeat_type;
repeat_type      5901 ext/pcre/pcrelib/pcre_compile.c             *code++ = OP_UPTO + repeat_type;
repeat_type      5948 ext/pcre/pcrelib/pcre_compile.c         *code++ = OP_CRSTAR + repeat_type;
repeat_type      5950 ext/pcre/pcrelib/pcre_compile.c         *code++ = OP_CRPLUS + repeat_type;
repeat_type      5952 ext/pcre/pcrelib/pcre_compile.c         *code++ = OP_CRQUERY + repeat_type;
repeat_type      5955 ext/pcre/pcrelib/pcre_compile.c         *code++ = OP_CRRANGE + repeat_type;
repeat_type      6039 ext/pcre/pcrelib/pcre_compile.c           *previous++ = OP_BRAZERO + repeat_type;
repeat_type      6057 ext/pcre/pcrelib/pcre_compile.c           *previous++ = OP_BRAZERO + repeat_type;
repeat_type      6182 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_BRAZERO + repeat_type;
repeat_type      6275 ext/pcre/pcrelib/pcre_compile.c           *ketcode = OP_KETRMAX + repeat_type;
repeat_type      6345 ext/pcre/pcrelib/pcre_compile.c           else *ketcode = OP_KETRMAX + repeat_type;
repeat_type      6990 ext/pcre/pcrelib/pcre_jit_compile.c int repeat_type = 0, repeat_count = 0;
repeat_type      7021 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_type = PRIVATE_DATA(matchingpath + 2);
repeat_type      7023 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0);
repeat_type      7024 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_UPTO)
repeat_type      7026 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_MINUPTO)
repeat_type      7139 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type != 0)
repeat_type      7142 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_EXACT)
repeat_type      7152 ext/pcre/pcrelib/pcre_jit_compile.c   if (has_alternatives && opcode != OP_ONCE && opcode < OP_SBRA && repeat_type == 0)
repeat_type      7381 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO)
repeat_type      7403 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_MINUPTO)
repeat_type      7439 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type != 0)
repeat_type      7470 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_EXACT)
repeat_type      7476 ext/pcre/pcrelib/pcre_jit_compile.c else if (repeat_type == OP_UPTO)
repeat_type      8866 ext/pcre/pcrelib/pcre_jit_compile.c int repeat_ptr = 0, repeat_type = 0, repeat_count = 0;
repeat_type      8896 ext/pcre/pcrelib/pcre_jit_compile.c   repeat_type = PRIVATE_DATA(ccbegin + 2);
repeat_type      8898 ext/pcre/pcrelib/pcre_jit_compile.c   SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0);
repeat_type      8899 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_UPTO)
repeat_type      8901 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_MINUPTO)
repeat_type      8925 ext/pcre/pcrelib/pcre_jit_compile.c if (ket != OP_KET && repeat_type != 0)
repeat_type      8930 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type == OP_UPTO)
repeat_type      8950 ext/pcre/pcrelib/pcre_jit_compile.c     if (repeat_type != 0)
repeat_type      8976 ext/pcre/pcrelib/pcre_jit_compile.c   if (repeat_type != 0)
repeat_type      8985 ext/pcre/pcrelib/pcre_jit_compile.c else if (repeat_type == OP_EXACT)
repeat_type      9123 ext/pcre/pcrelib/pcre_jit_compile.c     if (repeat_type == OP_MINUPTO)
repeat_type      9145 ext/pcre/pcrelib/pcre_jit_compile.c     if (repeat_type == OP_MINUPTO)
repeat_type      9276 ext/pcre/pcrelib/pcre_jit_compile.c if (repeat_type == OP_EXACT)