Searched refs:ESC_v (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, 3315 case ESC_v: in check_auto_possessive() 3320 return escape != ESC_v; in check_auto_possessive() 3323 return escape == ESC_v; in check_auto_possessive() 3384 escape == ESC_h || escape == ESC_v || escape == ESC_R; in check_auto_possessive() 3393 return escape == ESC_s || escape == ESC_h || escape == ESC_v || escape == ESC_R; in check_auto_possessive() 3397 escape == ESC_w || escape == ESC_v || escape == ESC_R; in check_auto_possessive() 3408 return escape == ESC_v || escape == ESC_R; in check_auto_possessive() 3412 escape == ESC_v || escape == ESC_R; in check_auto_possessive() [all …]
|
H A D | pcre_internal.h | 1875 ESC_h, ESC_V, ESC_v, ESC_X, ESC_Z, ESC_z, enumerator
|
Completed in 47 milliseconds