Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 545 -ESC_v, -ESC_w, 572 /* A0 */ 0, '~', -ESC_s, CHAR_HT, 0, -ESC_v, -ESC_w, 0, 3010 case ESC_w: in parse_regex() 3020 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3034 case ESC_w: in parse_regex() 3239 *parsed_pattern++ = META_ESCAPE + ESC_w; in parse_regex() 3558 case ESC_w: in parse_regex() 3567 ((escape == ESC_d || escape == ESC_s || escape == ESC_w)? in parse_regex() 3581 case ESC_w: in parse_regex() 5816 case ESC_w: in compile_branch()
|
H A D | pcre2_internal.h | 1313 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|
Completed in 37 milliseconds