Lines Matching defs:negate_class
4480 BOOL negate_class;
4787 negate_class = FALSE;
4800 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT)
4801 negate_class = TRUE;
4813 *code++ = negate_class? OP_ALLANY : OP_FAIL;
5335 if (negate_class)
5454 *code = negate_class? XCL_NOT:0;
5465 if (negate_class && !xclass_has_prop)
5485 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
5488 if (negate_class)