negated          1043 ext/pcre/pcrelib/pcre_compile.c   BOOL braced, negated, overflow;
negated          1145 ext/pcre/pcrelib/pcre_compile.c       negated = TRUE;
negated          1148 ext/pcre/pcrelib/pcre_compile.c     else negated = FALSE;
negated          1182 ext/pcre/pcrelib/pcre_compile.c     if (negated)
negated          2828 ext/pcre/pcrelib/pcre_compile.c   BOOL negated)
negated          2838 ext/pcre/pcrelib/pcre_compile.c           prop->chartype == ucp_Lt) == negated;
negated          2841 ext/pcre/pcrelib/pcre_compile.c   return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated;
negated          2844 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->chartype) == negated;
negated          2847 ext/pcre/pcrelib/pcre_compile.c   return (pdata == prop->script) == negated;
negated          2853 ext/pcre/pcrelib/pcre_compile.c           PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated;
negated          2865 ext/pcre/pcrelib/pcre_compile.c     return negated;
negated          2868 ext/pcre/pcrelib/pcre_compile.c     return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated;
negated          2875 ext/pcre/pcrelib/pcre_compile.c           c == CHAR_UNDERSCORE) == negated;
negated          2881 ext/pcre/pcrelib/pcre_compile.c     if (c < *p) return !negated;
negated          2882 ext/pcre/pcrelib/pcre_compile.c     if (c == *p++) return negated;
negated          5236 ext/pcre/pcrelib/pcre_compile.c               BOOL negated;
negated          5238 ext/pcre/pcrelib/pcre_compile.c               if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
negated          5240 ext/pcre/pcrelib/pcre_compile.c               *class_uchardata++ = ((escape == ESC_p) != negated)?
negated          8027 ext/pcre/pcrelib/pcre_compile.c         BOOL negated;
negated          8029 ext/pcre/pcrelib/pcre_compile.c         if (!get_ucp(&ptr, &negated, &ptype, &pdata, errorcodeptr))
negated          8033 ext/pcre/pcrelib/pcre_compile.c         *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP;
negated            70 ext/pcre/pcrelib/pcre_xclass.c BOOL negated = (*data & XCL_NOT) != 0;
negated            86 ext/pcre/pcrelib/pcre_xclass.c     if ((*data & XCL_MAP) == 0) return negated;
negated            91 ext/pcre/pcrelib/pcre_xclass.c     return !negated; /* char found */
negated           113 ext/pcre/pcrelib/pcre_xclass.c     if (c == x) return !negated;
negated           129 ext/pcre/pcrelib/pcre_xclass.c     if (c >= x && c <= y) return !negated;
negated           141 ext/pcre/pcrelib/pcre_xclass.c       if (isprop) return !negated;
negated           146 ext/pcre/pcrelib/pcre_xclass.c            prop->chartype == ucp_Lt) == isprop) return !negated;
negated           151 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           155 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->chartype) == isprop) return !negated;
negated           159 ext/pcre/pcrelib/pcre_xclass.c       if ((data[1] == prop->script) == isprop) return !negated;
negated           165 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           178 ext/pcre/pcrelib/pcre_xclass.c         if (isprop) return !negated;
negated           183 ext/pcre/pcrelib/pcre_xclass.c           return !negated;
negated           192 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           200 ext/pcre/pcrelib/pcre_xclass.c           return !negated;
negated           205 ext/pcre/pcrelib/pcre_xclass.c           return !negated;
negated           227 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           240 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           250 ext/pcre/pcrelib/pcre_xclass.c         return !negated;
negated           265 ext/pcre/pcrelib/pcre_xclass.c return negated;   /* char did not match */
negated           351 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	sljit_si negated, ones, right;
negated           379 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	negated = 0;
negated           381 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 		negated = 1;
negated           405 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 	if (negated)