Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c241 #define META_POSIX_NEG 0x801d0000u /* negative POSIX class item */ macro
1059 case META_POSIX_NEG: fprintf(stderr, "META_POSIX_NEG %d", *pptr++); break; in show_parsed()
3726 *parsed_pattern++ = posix_negate? META_POSIX_NEG : META_POSIX; in parse_regex()
6034 if (meta == META_POSIX || meta == META_POSIX_NEG) in compile_branch()
6036 BOOL local_negate = (meta == META_POSIX_NEG); in compile_branch()
10069 case META_POSIX_NEG: in check_lookbehinds()

Completed in 23 milliseconds