Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c143 case ESC_E: /* Isolated \E is ignored */ in find_text_end()
768 case ESC_E: in pcre2_substitute()
H A Dpcre2_internal.h1271 ESC_E, ESC_Q, ESC_g, ESC_k }; enumerator
H A Dpcre2_compile.c501 -ESC_D, -ESC_E,
557 /* C0 */ '{', -ESC_A, -ESC_B, -ESC_C, -ESC_D, -ESC_E, 0, -ESC_G,
2544 case ESC_E: /* Ignore */ in parse_regex()
3309 else if (escape == ESC_E) /* Ignore orphan \E */ in parse_regex()

Completed in 37 milliseconds