Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c236 #define META_OPTIONS 0x801b0000u /* (?i) and friends */ macro
987 case META_OPTIONS: fprintf(stderr, "META_OPTIONS 0x%02x", *pptr++); break; in show_parsed()
3695 *parsed_pattern++ = META_OPTIONS; in parse_regex()
5791 case META_OPTIONS: in compile_branch()
8621 case META_OPTIONS: in get_branchlength()
9056 case META_OPTIONS: in check_lookbehinds()
/external/pcre/dist2/
DHACKING251 META_OPTIONS (?i) and friends (data is new option bits)
356 from META_OPTIONS items during the main compile phase.