Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c279 #define META_ASTERISK 0x80340000u /* * */ macro
292 #define META_FIRST_QUANTIFIER META_ASTERISK
1019 case META_ASTERISK: fprintf(stderr, "META *"); break; in show_parsed()
3140 meta_quantifier = META_ASTERISK; in parse_regex()
5417 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
5444 if (meta < META_ASTERISK || meta > META_MINMAX_QUERY) in compile_branch()
6395 (pptr[2] < META_ASTERISK || pptr[2] > META_MINMAX_QUERY)) in compile_branch()
6812 case META_ASTERISK: in compile_branch()
9140 case META_ASTERISK: in get_branchlength()
9522 case META_ASTERISK: in check_lookbehinds()
/external/pcre/dist2/
DHACKING180 META_ASTERISK *