Searched refs:CHAR_s (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_internal.h | 1334 #define CHAR_s 's' macro 1597 #define CHAR_s '\163' macro
|
D | pcre_compile.c | 336 CHAR_X, CHAR_s, CHAR_p, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 339 CHAR_X, CHAR_s, CHAR_p, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 378 CHAR_X, CHAR_p, CHAR_s, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 395 CHAR_X, CHAR_p, CHAR_s, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 7382 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()
|