Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c178 -ESC_p, 0,
200 /* 90 */ 0, 0, -ESC_k, 'l', 0, ESC_n, 0, -ESC_p,
3346 case ESC_p: in check_auto_possessive()
4383 case ESC_p: in compile_branch()
4390 *class_uchardata++ = ((escape == ESC_p) != negated)? in compile_branch()
6883 else if (escape == ESC_P || escape == ESC_p) in compile_branch()
6890 *code++ = ((escape == ESC_p) != negated)? OP_PROP : OP_NOTPROP; in compile_branch()
6899 else if (escape == ESC_X || escape == ESC_P || escape == ESC_p) in compile_branch()
H A Dpcre_internal.h1874 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator

Completed in 30 milliseconds