Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c507 -ESC_P, -ESC_Q,
559 /* D0 */ '}', 0, -ESC_K, 0, 0, -ESC_N, 0, -ESC_P,
897 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
901 fprintf(stderr, "META \\%c %d %d", (meta_arg == ESC_P)? 'P':'p', in show_parsed()
1442 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
2828 ESC_p : ESC_P); in parse_regex()
2851 case ESC_P: in parse_regex()
2859 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3208 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3358 ESC_p : ESC_P); in parse_regex()
[all …]
Dpcre2_internal.h1269 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
/external/pcre/dist2/
DHACKING242 META_ESCAPE has an ESC_xxx value as its data. For ESC_P and ESC_p, the next