OP_STAR          2029 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          2178 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2323 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2673 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          2802 ext/pcre/pcrelib/pcre_compile.c                              OP_STAR;
OP_STAR          2932 ext/pcre/pcrelib/pcre_compile.c if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
OP_STAR          2935 ext/pcre/pcrelib/pcre_compile.c   c -= (base - OP_STAR);
OP_STAR          2944 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          3677 ext/pcre/pcrelib/pcre_compile.c   if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
OP_STAR          3679 ext/pcre/pcrelib/pcre_compile.c     c -= get_repeat_base(c) - OP_STAR;
OP_STAR          3682 ext/pcre/pcrelib/pcre_compile.c     list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
OP_STAR          3689 ext/pcre/pcrelib/pcre_compile.c         case OP_STAR:
OP_STAR          3690 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSSTAR - OP_STAR;
OP_STAR          3825 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          5733 ext/pcre/pcrelib/pcre_compile.c         case OP_CHAR:  op_type = OP_STAR - OP_STAR; break;
OP_STAR          5734 ext/pcre/pcrelib/pcre_compile.c         case OP_CHARI: op_type = OP_STARI - OP_STAR; break;
OP_STAR          5735 ext/pcre/pcrelib/pcre_compile.c         case OP_NOT:   op_type = OP_NOTSTAR - OP_STAR; break;
OP_STAR          5736 ext/pcre/pcrelib/pcre_compile.c         case OP_NOTI:  op_type = OP_NOTSTARI - OP_STAR; break;
OP_STAR          5781 ext/pcre/pcrelib/pcre_compile.c       op_type = OP_TYPESTAR - OP_STAR;  /* Use type opcodes */
OP_STAR          5809 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
OP_STAR          5868 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_STAR + repeat_type;
OP_STAR          6464 ext/pcre/pcrelib/pcre_compile.c         case OP_STAR:  *tempcode = OP_POSSTAR; break;
OP_STAR          3364 ext/pcre/pcrelib/pcre_exec.c     case OP_STAR:
OP_STAR          3376 ext/pcre/pcrelib/pcre_exec.c     c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI);
OP_STAR           681 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_STAR:
OP_STAR          1027 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_STAR: \
OP_STAR          7810 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO)
OP_STAR          7819 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_STARI - OP_STAR;
OP_STAR          7825 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_NOTSTAR - OP_STAR;
OP_STAR          7831 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_NOTSTARI - OP_STAR;
OP_STAR          7836 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_TYPESTAR - OP_STAR;
OP_STAR          7848 ext/pcre/pcrelib/pcre_jit_compile.c     *opcode -= OP_CRSTAR - OP_STAR;
OP_STAR          7965 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_STAR:
OP_STAR          7972 ext/pcre/pcrelib/pcre_jit_compile.c     if (opcode == OP_STAR || opcode == OP_UPTO)
OP_STAR          8347 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_STAR:
OP_STAR          8617 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_STAR:
OP_STAR          9493 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_STAR:
OP_STAR           472 ext/pcre/pcrelib/pcre_printint.c     case OP_STAR:
OP_STAR           548 ext/pcre/pcrelib/pcre_study.c     case OP_STAR:
OP_STAR          1039 ext/pcre/pcrelib/pcre_study.c       case OP_STAR: