OP_STAR          1986 pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          2129 pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2259 pcre/pcrelib/pcre_compile.c       case OP_STAR:
OP_STAR          2556 pcre/pcrelib/pcre_compile.c     case OP_STAR:
OP_STAR          4830 pcre/pcrelib/pcre_compile.c         case OP_CHAR:  op_type = OP_STAR - OP_STAR; break;
OP_STAR          4831 pcre/pcrelib/pcre_compile.c         case OP_CHARI: op_type = OP_STARI - OP_STAR; break;
OP_STAR          4832 pcre/pcrelib/pcre_compile.c         case OP_NOT:   op_type = OP_NOTSTAR - OP_STAR; break;
OP_STAR          4833 pcre/pcrelib/pcre_compile.c         case OP_NOTI:  op_type = OP_NOTSTARI - OP_STAR; break;
OP_STAR          4888 pcre/pcrelib/pcre_compile.c       op_type = OP_TYPESTAR - OP_STAR;  /* Use type opcodes */
OP_STAR          4934 pcre/pcrelib/pcre_compile.c         if (repeat_max == -1) *code++ = OP_STAR + repeat_type;
OP_STAR          4993 pcre/pcrelib/pcre_compile.c           *code++ = OP_STAR + repeat_type;
OP_STAR          5528 pcre/pcrelib/pcre_compile.c         case OP_STAR:  *tempcode = OP_POSSTAR; break;
OP_STAR          3290 pcre/pcrelib/pcre_exec.c     case OP_STAR:
OP_STAR          3302 pcre/pcrelib/pcre_exec.c     c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI);
OP_STAR           460 pcre/pcrelib/pcre_study.c     case OP_STAR:
OP_STAR           924 pcre/pcrelib/pcre_study.c       case OP_STAR: