Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c254 #define META_LOOKBEHINDNOT 0x80260000u /* (?<! */ macro
671 { 3, META_LOOKBEHINDNOT },
677 { 19, META_LOOKBEHINDNOT },
1083 case META_LOOKBEHINDNOT: in show_parsed()
3995 (meta < META_LOOKAHEAD || meta > META_LOOKBEHINDNOT)) in parse_regex()
4024 case META_LOOKBEHINDNOT: in parse_regex()
4788 META_LOOKBEHINDNOT : META_LOOKBEHIND_NA; in parse_regex()
6788 case META_LOOKBEHINDNOT: in compile_branch()
9317 case META_LOOKBEHINDNOT: in parsed_skip()
9608 case META_LOOKBEHINDNOT: in get_branchlength()
[all …]

Completed in 28 milliseconds