Lines Matching refs:ESC_P
516 -ESC_P, -ESC_Q,
568 /* D0 */ '}', 0, -ESC_K, 0, 0, -ESC_N, 0, -ESC_P,
947 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
951 fprintf(stderr, "META \\%c %d %d", (meta_arg == ESC_P)? 'P':'p', in show_parsed()
1505 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
2982 ESC_p : ESC_P); in parse_regex()
3005 case ESC_P: in parse_regex()
3013 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3362 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3514 ESC_p : ESC_P); in parse_regex()
3537 case ESC_P: in parse_regex()
3545 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5746 case ESC_P: in compile_branch()
7636 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8711 case ESC_P: in parsed_skip()
8977 if (escape == ESC_p || escape == ESC_P) pptr++; /* Skip prop data */ in get_branchlength()
9308 if (*pptr - META_ESCAPE == ESC_P || *pptr - META_ESCAPE == ESC_p) in check_lookbehinds()