Searched refs:ESC_S (Results 1 – 2 of 2) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_compile.c | 163 -ESC_R, -ESC_S, 210 /* E0 */ '\\', 0, -ESC_S, 0, 0,-ESC_V, -ESC_W, -ESC_X, 3295 case ESC_S: in check_auto_possessive() 3390 return escape == ESC_S || escape == ESC_d || escape == ESC_w; in check_auto_possessive() 3396 return escape == ESC_S || escape == ESC_H || escape == ESC_d || in check_auto_possessive() 4354 case ESC_S: in compile_branch()
|
H A D | pcre_internal.h | 1873 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