Searched refs:ESC_w (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 181 -ESC_v, -ESC_w, 202 /* A0 */ 0, '~', -ESC_s, ESC_tee, 0,-ESC_v, -ESC_w, 0, 1183 if ((options & PCRE_UCP) != 0 && escape >= ESC_D && escape <= ESC_w) in check_escape() 3298 case ESC_w: in check_auto_possessive() 3390 return escape == ESC_S || escape == ESC_d || escape == ESC_w; in check_auto_possessive() 3397 escape == ESC_w || escape == ESC_v || escape == ESC_R; in check_auto_possessive() 3405 return escape == ESC_V || escape == ESC_d || escape == ESC_w; in check_auto_possessive() 3415 return escape == ESC_w || escape == ESC_d; in check_auto_possessive() 4334 case ESC_w: in compile_branch()
|
H A D | pcre_internal.h | 1874 ESC_W, ESC_w, ESC_N, ESC_dum, ESC_C, ESC_P, ESC_p, ESC_R, ESC_H, enumerator
|
Completed in 42 milliseconds