should_flip_negation 4547 ext/pcre/pcrelib/pcre_compile.c   BOOL should_flip_negation;
should_flip_negation 4891 ext/pcre/pcrelib/pcre_compile.c     should_flip_negation = FALSE;
should_flip_negation 4990 ext/pcre/pcrelib/pcre_compile.c           should_flip_negation = TRUE;  /* Note negative special */
should_flip_negation 5181 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5190 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5206 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5536 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation ||
should_flip_negation 5539 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation))
should_flip_negation 5583 ext/pcre/pcrelib/pcre_compile.c     *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;