Lines Matching refs:ESC_p
544 -ESC_p, 0,
572 /* 90 */ 0, 0, -ESC_k, 0, 0, CHAR_LF, 0, -ESC_p,
976 if (meta_arg == ESC_P || meta_arg == ESC_p) in show_parsed()
1597 if (cb != NULL && (escape == ESC_P || escape == ESC_p || escape == ESC_X)) in PRIV()
2646 uint32_t prop = ESC_p; in handle_escdsw()
3330 case ESC_p: in parse_regex()
3337 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
3529 *parsed_pattern++ = META_ESCAPE + ESC_p; in parse_regex()
3709 *parsed_pattern++ = META_ESCAPE + (posix_negate? ESC_P : ESC_p); in parse_regex()
3860 case ESC_p: in parse_regex()
3867 if (negated) escape = (escape == ESC_P)? ESC_p : ESC_P; in parse_regex()
6244 case ESC_p: in compile_branch()
6249 *class_uchardata++ = (escape == ESC_p)? XCL_PROP : XCL_NOTPROP; in compile_branch()
8137 if (meta_arg == ESC_P || meta_arg == ESC_p) in compile_branch()
8145 if (meta_arg == ESC_p && ptype == PT_ANY) in compile_branch()
8151 *code++ = (meta_arg == ESC_p)? OP_PROP : OP_NOTPROP; in compile_branch()
9279 case ESC_p: in parsed_skip()
9564 if (escape == ESC_p || escape == ESC_P) pptr++; /* Skip prop data */ in get_branchlength()
9984 if (*pptr - META_ESCAPE == ESC_P || *pptr - META_ESCAPE == ESC_p) in check_lookbehinds()