Home
last modified time | relevance | path

Searched refs:ESC_p (Results 1 – 2 of 2) sorted by relevance

/external/pcre/
Dpcre_compile.c144 -ESC_p, 0,
166 /* 90 */ 0, 0, -ESC_k, 'l', 0, ESC_n, 0, -ESC_p,
2851 case ESC_p: in check_auto_possessive()
3688 case ESC_p: in compile_branch()
3696 *class_utf8data++ = ((-c == ESC_p) != negated)? in compile_branch()
6046 else if (-c == ESC_P || -c == ESC_p) in compile_branch()
6053 *code++ = ((-c == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch()
6062 else if (-c == ESC_X || -c == ESC_P || -c == ESC_p) in compile_branch()
Dpcre_internal.h1273 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator