Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c528 -ESC_P, -ESC_Q,
976 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
2651 prop = ESC_P; in handle_escdsw()
2658 prop = ESC_P; in handle_escdsw()
2665 prop = ESC_P; in handle_escdsw()
3329 case ESC_P: in parse_regex()
3337 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3859 case ESC_P: in parse_regex()
3867 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
6245 case ESC_P: in compile_branch()
[all …]
H A Dpcre2_internal.h1362 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator

Completed in 34 milliseconds