Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c536 -ESC_d, CHAR_ESC,
568 /* 80 */ CHAR_BEL, -ESC_b, 0, -ESC_d, CHAR_ESC, CHAR_FF, 0,
3006 case ESC_d: in parse_regex()
3020 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3024 case ESC_d: in parse_regex()
3554 case ESC_d: in parse_regex()
3567 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex()
3571 case ESC_d: in parse_regex()
5807 case ESC_d: in compile_branch()
H A Dpcre2_internal.h1312 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator

Completed in 35 milliseconds