OP_STAR          1389 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          1482 ext/pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          1681 ext/pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          3560 ext/pcre/pcrelib/pcre_compile.c       op_type = OP_NOTSTAR - OP_STAR;  /* Use "not" opcodes */
OP_STAR          3583 ext/pcre/pcrelib/pcre_compile.c       op_type = OP_TYPESTAR - OP_STAR;  /* Use type opcodes */
OP_STAR          3624 ext/pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
OP_STAR          3683 ext/pcre/pcrelib/pcre_compile.c           *code++ = OP_STAR + repeat_type;
OP_STAR          4069 ext/pcre/pcrelib/pcre_compile.c         case OP_STAR:  *tempcode = OP_POSSTAR; break;
OP_STAR          2216 ext/pcre/pcrelib/pcre_exec.c     case OP_STAR:
OP_STAR          2222 ext/pcre/pcrelib/pcre_exec.c     c = *ecode++ - OP_STAR;
OP_STAR           220 ext/pcre/pcrelib/pcre_study.c       case OP_STAR: