should_flip_negation 4545 ext/pcre/pcrelib/pcre_compile.c   BOOL should_flip_negation;
should_flip_negation 4889 ext/pcre/pcrelib/pcre_compile.c     should_flip_negation = FALSE;
should_flip_negation 4988 ext/pcre/pcrelib/pcre_compile.c           should_flip_negation = TRUE;  /* Note negative special */
should_flip_negation 5179 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5188 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5204 ext/pcre/pcrelib/pcre_compile.c             should_flip_negation = TRUE;
should_flip_negation 5534 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation ||
should_flip_negation 5537 ext/pcre/pcrelib/pcre_compile.c     if (xclass && (xclass_has_prop || !should_flip_negation))
should_flip_negation 5581 ext/pcre/pcrelib/pcre_compile.c     *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;