Lines Matching refs:ESC_p
532 -ESC_p, 0,
560 /* 90 */ 0, 0, -ESC_k, 0, 0, CHAR_LF, 0, -ESC_p,
947 if (meta_arg == ESC_P || meta_arg == ESC_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()
3006 case ESC_p: in parse_regex()
3013 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3188 *parsed_pattern++ = META_ESCAPE + 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()
3538 case ESC_p: in parse_regex()
3545 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5745 case ESC_p: in compile_branch()
5750 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
7636 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
7644 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()
7650 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
8712 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()