Searched refs:META_CLASS_EMPTY_NOT (Results 1 – 2 of 2) sorted by relevance
224 #define META_CLASS_EMPTY_NOT 0x800c0000u /* negative empty class */ macro1042 case META_CLASS_EMPTY_NOT: fprintf(stderr, "META [^]"); break; in show_parsed()3293 *parsed_pattern++ = negate_class? META_CLASS_EMPTY_NOT : META_CLASS_EMPTY; in parse_regex()5511 case META_CLASS_EMPTY_NOT: in compile_branch()5513 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()9093 case META_CLASS_EMPTY_NOT: in get_branchlength()9529 case META_CLASS_EMPTY_NOT: in check_lookbehinds()
187 META_CLASS_EMPTY_NOT [^] negative empty class - ditto