negate_class     4544 ext/pcre/pcrelib/pcre_compile.c   BOOL negate_class;
negate_class     4852 ext/pcre/pcrelib/pcre_compile.c     negate_class = FALSE;
negate_class     4865 ext/pcre/pcrelib/pcre_compile.c       else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT)
negate_class     4866 ext/pcre/pcrelib/pcre_compile.c         negate_class = TRUE;
negate_class     4878 ext/pcre/pcrelib/pcre_compile.c       *code++ = negate_class? OP_ALLANY : OP_FAIL;
negate_class     5060 ext/pcre/pcrelib/pcre_compile.c             if (!negate_class && local_negate &&
negate_class     5424 ext/pcre/pcrelib/pcre_compile.c         if (negate_class)
negate_class     5544 ext/pcre/pcrelib/pcre_compile.c       *code = negate_class? XCL_NOT:0;
negate_class     5555 ext/pcre/pcrelib/pcre_compile.c         if (negate_class && !xclass_has_prop)
negate_class     5581 ext/pcre/pcrelib/pcre_compile.c     *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
negate_class     5584 ext/pcre/pcrelib/pcre_compile.c       if (negate_class)