Lines Matching refs:ESC_p
542 -ESC_p, 0,
570 /* 90 */ 0, 0, -ESC_k, 0, 0, CHAR_LF, 0, -ESC_p,
968 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
1544 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
3042 ESC_p : ESC_P); in parse_regex()
3066 case ESC_p: in parse_regex()
3073 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3263 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex()
3437 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3589 ESC_p : ESC_P); in parse_regex()
3613 case ESC_p: in parse_regex()
3620 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
5893 case ESC_p: in compile_branch()
5898 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
7783 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
7791 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()
7797 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
8888 case ESC_p: in parsed_skip()
9154 if (escape == ESC_p || escape == ESC_P) pptr++; /* Skip prop data */ in get_branchlength()
9528 if (*pptr - META_ESCAPE == ESC_P || *pptr - META_ESCAPE == ESC_p) in check_lookbehinds()