Searched refs:META_CLASS_EMPTY_NOT (Results 1 – 2 of 2) sorted by relevance
221 #define META_CLASS_EMPTY_NOT 0x800c0000u /* negative empty class */ macro972 case META_CLASS_EMPTY_NOT: fprintf(stderr, "META [^]"); break; in show_parsed()3085 *parsed_pattern++ = negate_class? META_CLASS_EMPTY_NOT : META_CLASS_EMPTY; in parse_regex()5138 case META_CLASS_EMPTY_NOT: in compile_branch()5140 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()8637 case META_CLASS_EMPTY_NOT: in get_branchlength()9012 case META_CLASS_EMPTY_NOT: in check_lookbehinds()
187 META_CLASS_EMPTY_NOT [^] negative empty class - ditto