negate_class     4546 ext/pcre/pcrelib/pcre_compile.c   BOOL negate_class;
negate_class     4854 ext/pcre/pcrelib/pcre_compile.c     negate_class = FALSE;
negate_class     4867 ext/pcre/pcrelib/pcre_compile.c       else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT)
negate_class     4868 ext/pcre/pcrelib/pcre_compile.c         negate_class = TRUE;
negate_class     4880 ext/pcre/pcrelib/pcre_compile.c       *code++ = negate_class? OP_ALLANY : OP_FAIL;
negate_class     5062 ext/pcre/pcrelib/pcre_compile.c             if (!negate_class && local_negate &&
negate_class     5426 ext/pcre/pcrelib/pcre_compile.c         if (negate_class)
negate_class     5546 ext/pcre/pcrelib/pcre_compile.c       *code = negate_class? XCL_NOT:0;
negate_class     5557 ext/pcre/pcrelib/pcre_compile.c         if (negate_class && !xclass_has_prop)
negate_class     5583 ext/pcre/pcrelib/pcre_compile.c     *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
negate_class     5586 ext/pcre/pcrelib/pcre_compile.c       if (negate_class)