Searched refs:negate_class (Results 1 – 1 of 1) sorted by relevance
4476 BOOL negate_class; in compile_branch() local4783 negate_class = FALSE; in compile_branch()4796 else if (!negate_class && c == CHAR_CIRCUMFLEX_ACCENT) in compile_branch()4797 negate_class = TRUE; in compile_branch()4809 *code++ = negate_class? OP_ALLANY : OP_FAIL; in compile_branch()5331 if (negate_class) in compile_branch()5450 *code = negate_class? XCL_NOT:0; in compile_branch()5461 if (negate_class && !xclass_has_prop) in compile_branch()5481 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS; in compile_branch()5484 if (negate_class) in compile_branch()