OP_STAR 2018 ext/pcre/pcrelib/pcre_compile.c case OP_STAR: OP_STAR 2161 ext/pcre/pcrelib/pcre_compile.c case OP_STAR: OP_STAR 2291 ext/pcre/pcrelib/pcre_compile.c case OP_STAR: OP_STAR 2588 ext/pcre/pcrelib/pcre_compile.c case OP_STAR: OP_STAR 4822 ext/pcre/pcrelib/pcre_compile.c case OP_CHAR: op_type = OP_STAR - OP_STAR; break; OP_STAR 4823 ext/pcre/pcrelib/pcre_compile.c case OP_CHARI: op_type = OP_STARI - OP_STAR; break; OP_STAR 4824 ext/pcre/pcrelib/pcre_compile.c case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; OP_STAR 4825 ext/pcre/pcrelib/pcre_compile.c case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; OP_STAR 4883 ext/pcre/pcrelib/pcre_compile.c op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ OP_STAR 4929 ext/pcre/pcrelib/pcre_compile.c if (repeat_max == -1) *code++ = OP_STAR + repeat_type; OP_STAR 4988 ext/pcre/pcrelib/pcre_compile.c *code++ = OP_STAR + repeat_type; OP_STAR 5527 ext/pcre/pcrelib/pcre_compile.c case OP_STAR: *tempcode = OP_POSSTAR; break; OP_STAR 3280 ext/pcre/pcrelib/pcre_exec.c case OP_STAR: OP_STAR 3292 ext/pcre/pcrelib/pcre_exec.c c = *ecode++ - ((op < OP_STARI)? OP_STAR : OP_STARI); OP_STAR 466 ext/pcre/pcrelib/pcre_study.c case OP_STAR: OP_STAR 934 ext/pcre/pcrelib/pcre_study.c case OP_STAR: