Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 547 -ESC_v, -ESC_w, 574 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 3118 case ESC_w: in parse_regex() 3128 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3142 case ESC_w: in parse_regex() 3347 *parsed_pattern++ = META_ESCAPE + ESC_w; in parse_regex() 3666 case ESC_w: in parse_regex() 3675 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3689 case ESC_w: in parse_regex() 5925 case ESC_w: in compile_branch()
|
H A D | pcre2_internal.h | 1337 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|
Completed in 37 milliseconds