Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c156 -ESC_D, -ESC_E,
206 /* C0 */ '{',-ESC_A, -ESC_B, -ESC_C, -ESC_D,-ESC_E, 0, -ESC_G,
1183 if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) in check_escape()
1184 escape += (ESC_DU - ESC_D); in check_escape()
3289 case ESC_D: in check_auto_possessive()
3383 return escape == ESC_D || escape == ESC_s || escape == ESC_W || in check_auto_possessive()
4329 case ESC_D: in compile_branch()
H A Dpcre_internal.h1873 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator

Completed in 33 milliseconds