Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c538 -ESC_d, CHAR_ESC,
570 /* 80 */ CHAR_BEL, -ESC_b, 0, -ESC_d, CHAR_ESC, CHAR_FF, 0,
3114 case ESC_d: in parse_regex()
3128 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3132 case ESC_d: in parse_regex()
3662 case ESC_d: in parse_regex()
3675 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3679 case ESC_d: in parse_regex()
5915 case ESC_d: in compile_branch()
H A Dpcre2_internal.h1336 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator

Completed in 36 milliseconds