OP_NOTSTAR       3560 ext/pcre/pcrelib/pcre_compile.c       op_type = OP_NOTSTAR - OP_STAR;  /* Use "not" opcodes */
OP_NOTSTAR       4079 ext/pcre/pcrelib/pcre_compile.c         case OP_NOTSTAR:  *tempcode = OP_NOTPOSSTAR; break;
OP_NOTSTAR       2501 ext/pcre/pcrelib/pcre_exec.c     case OP_NOTSTAR:
OP_NOTSTAR       2507 ext/pcre/pcrelib/pcre_exec.c     c = *ecode++ - OP_NOTSTAR;