Searched refs:META_CLASS (Results 1 – 1 of 1) sorted by relevance
222 #define META_CLASS 0x800a0000u /* start non-empty class */ macro1043 case META_CLASS: fprintf(stderr, "META ["); break; in show_parsed()3407 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()5641 case META_CLASS: in compile_branch()5662 if (meta == META_CLASS) /* A positive one-char class can be */ in compile_branch()5702 if (meta == META_CLASS && pptr[1] < META_END && pptr[2] < META_END && in compile_branch()9211 case META_CLASS: in get_branchlength()9652 case META_CLASS: in check_lookbehinds()
Completed in 30 milliseconds