Searched refs:ESC_S (Results 1 – 2 of 2) sorted by relevance
/external/pcre/ |
D | pcre_compile.c | 129 -ESC_R, -ESC_S, 176 /* E0 */ '\\', 0, -ESC_S, 0, 0,-ESC_V, -ESC_W, -ESC_X, 2778 case ESC_S: in check_auto_possessive() 2894 return next == -ESC_S || next == -ESC_d || next == -ESC_w || next == -ESC_R; in check_auto_possessive() 2900 return next == -ESC_S || next == -ESC_H || next == -ESC_d || in check_auto_possessive() 3565 case ESC_S: in compile_branch()
|
D | pcre_internal.h | 1272 enum { ESC_A = 1, ESC_G, ESC_K, ESC_B, ESC_b, ESC_D, ESC_d, ESC_S, ESC_s, enumerator
|