Lines Matching refs:ESC_P
528 -ESC_P, -ESC_Q,
580 /* D0 */ '}', 0, -ESC_K, 0, 0, -ESC_N, 0, -ESC_P,
970 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
974 fprintf(stderr, "META \\%c %d %d", (meta_arg == ESC_P)? 'P':'p', in show_parsed()
1548 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
3129 ESC_p : ESC_P); in parse_regex()
3152 case ESC_P: in parse_regex()
3160 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3524 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3676 ESC_p : ESC_P); in parse_regex()
3699 case ESC_P: in parse_regex()
3707 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5983 case ESC_P: in compile_branch()
7878 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8981 case ESC_P: in parsed_skip()
9248 if (escape == ESC_p || escape == ESC_P) pptr++; /* Skip prop data */ in get_branchlength()
9622 if (*pptr - META_ESCAPE == ESC_P || *pptr - META_ESCAPE == ESC_p) in check_lookbehinds()