Searched refs:CHAR_s (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_internal.h | 776 #define CHAR_s 's' macro 1045 #define CHAR_s '\163' macro
|
D | pcre2_compile.c | 487 CHAR_X, CHAR_s, CHAR_p, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 490 CHAR_X, CHAR_s, CHAR_p, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 532 CHAR_X, CHAR_p, CHAR_s, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 552 CHAR_X, CHAR_p, CHAR_s, CHAR_RIGHT_CURLY_BRACKET, '\0' }; 3514 case CHAR_s: in scan_for_captures() 4844 C = CHAR_s; in compile_branch() 6939 case CHAR_s: *optset |= PCRE2_DOTALL; break; in compile_branch()
|