Home
last modified time | relevance | path

Searched refs:META_CLASS (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c219 #define META_CLASS 0x800a0000u /* start non-empty class */ macro
968 case META_CLASS: fprintf(stderr, "META ["); break; in show_parsed()
3091 *parsed_pattern++ = negate_class? META_CLASS_NOT : META_CLASS; in parse_regex()
5161 case META_CLASS: in compile_branch()
5182 if (meta == META_CLASS) /* A positive one-char class can be */ in compile_branch()
8630 case META_CLASS: in get_branchlength()
9010 case META_CLASS: in check_lookbehinds()
/external/pcre/dist2/
DHACKING185 META_CLASS [ start of non-empty class