Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_compile.c | 547 -ESC_v, -ESC_w, 574 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 3116 case ESC_w: in parse_regex() 3126 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3140 case ESC_w: in parse_regex() 3345 *parsed_pattern++ = META_ESCAPE + ESC_w; in parse_regex() 3664 case ESC_w: in parse_regex() 3673 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3687 case ESC_w: in parse_regex() 5923 case ESC_w: in compile_branch()
|
D | pcre2_internal.h | 1338 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|