Lines Matching refs:ESC_P
526 -ESC_P, -ESC_Q,
578 /* D0 */ '}', 0, -ESC_K, 0, 0, -ESC_N, 0, -ESC_P,
965 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
969 fprintf(stderr, "META \\%c %d %d", (meta_arg == ESC_P)? 'P':'p', in show_parsed()
1527 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
3021 ESC_p : ESC_P); in parse_regex()
3044 case ESC_P: in parse_regex()
3052 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3416 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3568 ESC_p : ESC_P); in parse_regex()
3591 case ESC_P: in parse_regex()
3599 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5872 case ESC_P: in compile_branch()
7761 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8855 case ESC_P: in parsed_skip()
9122 if (escape == ESC_p || escape == ESC_P) pptr++; /* Skip prop data */ in get_branchlength()
9496 if (*pptr - META_ESCAPE == ESC_P || *pptr - META_ESCAPE == ESC_p) in check_lookbehinds()