OP_STAR          2012 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          2161 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2306 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2656 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          2785 ext/pcre/pcrelib/pcre_compile.c                              OP_STAR;
OP_STAR          2915 ext/pcre/pcrelib/pcre_compile.c if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
OP_STAR          2918 ext/pcre/pcrelib/pcre_compile.c   c -= (base - OP_STAR);
OP_STAR          2927 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          3660 ext/pcre/pcrelib/pcre_compile.c   if (c >= OP_STAR && c <= OP_TYPEPOSUPTO)
OP_STAR          3662 ext/pcre/pcrelib/pcre_compile.c     c -= get_repeat_base(c) - OP_STAR;
OP_STAR          3665 ext/pcre/pcrelib/pcre_compile.c     list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
OP_STAR          3672 ext/pcre/pcrelib/pcre_compile.c         case OP_STAR:
OP_STAR          3673 ext/pcre/pcrelib/pcre_compile.c         *code += OP_POSSTAR - OP_STAR;
OP_STAR          3808 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          5693 ext/pcre/pcrelib/pcre_compile.c         case OP_CHAR:  op_type = OP_STAR - OP_STAR; break;
OP_STAR          5694 ext/pcre/pcrelib/pcre_compile.c         case OP_CHARI: op_type = OP_STARI - OP_STAR; break;
OP_STAR          5695 ext/pcre/pcrelib/pcre_compile.c         case OP_NOT:   op_type = OP_NOTSTAR - OP_STAR; break;
OP_STAR          5696 ext/pcre/pcrelib/pcre_compile.c         case OP_NOTI:  op_type = OP_NOTSTARI - OP_STAR; break;
OP_STAR          5741 ext/pcre/pcrelib/pcre_compile.c       op_type = OP_TYPESTAR - OP_STAR;  /* Use type opcodes */
OP_STAR          5769 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
OP_STAR          5828 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_STAR + repeat_type;
OP_STAR          6418 ext/pcre/pcrelib/pcre_compile.c         case OP_STAR:  *tempcode = OP_POSSTAR; break;
OP_STAR          3366 ext/pcre/pcrelib/pcre_exec.c     case OP_STAR:
OP_STAR          3378 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          7768 ext/pcre/pcrelib/pcre_jit_compile.c if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO)
OP_STAR          7777 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_STARI - OP_STAR;
OP_STAR          7783 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_NOTSTAR - OP_STAR;
OP_STAR          7789 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_NOTSTARI - OP_STAR;
OP_STAR          7794 ext/pcre/pcrelib/pcre_jit_compile.c   *opcode -= OP_TYPESTAR - OP_STAR;
OP_STAR          7806 ext/pcre/pcrelib/pcre_jit_compile.c     *opcode -= OP_CRSTAR - OP_STAR;
OP_STAR          7923 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_STAR:
OP_STAR          7930 ext/pcre/pcrelib/pcre_jit_compile.c     if (opcode == OP_STAR || opcode == OP_UPTO)
OP_STAR          8305 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_STAR:
OP_STAR          8576 ext/pcre/pcrelib/pcre_jit_compile.c   case OP_STAR:
OP_STAR          9452 ext/pcre/pcrelib/pcre_jit_compile.c     case OP_STAR:
OP_STAR           544 ext/pcre/pcrelib/pcre_study.c     case OP_STAR:
OP_STAR          1035 ext/pcre/pcrelib/pcre_study.c       case OP_STAR: