PCRE_NOPARTIAL   3613 ext/pcre/pcrelib/pcre_compile.c       if (repeat_max != 1) cd->external_flags |= PCRE_NOPARTIAL;
PCRE_NOPARTIAL   3763 ext/pcre/pcrelib/pcre_compile.c       if (repeat_max != 1) cd->external_flags |= PCRE_NOPARTIAL;
PCRE_NOPARTIAL   4532 ext/pcre/pcrelib/pcre_exec.c if (md->partial && (re->flags & PCRE_NOPARTIAL) != 0)
PCRE_NOPARTIAL    146 ext/pcre/pcrelib/pcre_fullinfo.c   *((int *)where) = (re->flags & PCRE_NOPARTIAL) == 0;