Searched refs:META_CLASS_EMPTY_NOT (Results 1 – 1 of 1) sorted by relevance
224 #define META_CLASS_EMPTY_NOT 0x800c0000u /* negative empty class */ macro1053 case META_CLASS_EMPTY_NOT: fprintf(stderr, "META [^]"); break; in show_parsed()3580 *parsed_pattern++ = negate_class? META_CLASS_EMPTY_NOT : META_CLASS_EMPTY; in parse_regex()5867 case META_CLASS_EMPTY_NOT: in compile_branch()5869 *code++ = (meta == META_CLASS_EMPTY_NOT)? OP_ALLANY : OP_FAIL; in compile_branch()9529 case META_CLASS_EMPTY_NOT: in get_branchlength()10016 case META_CLASS_EMPTY_NOT: in check_lookbehinds()
Completed in 32 milliseconds