Home
last modified time | relevance | path

Searched refs:CHAR_c (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_internal.h760 #define CHAR_c 'c' macro
1029 #define CHAR_c '\143' macro
Dpcre2_compile.c515 CHAR_C, CHAR_c, CHAR_RIGHT_CURLY_BRACKET, '\0' };
535 CHAR_C, CHAR_c, CHAR_RIGHT_CURLY_BRACKET, '\0' };
1878 if (cb == NULL && c != CHAR_c && c != CHAR_o && c != CHAR_x && in PRIV()
2231 case CHAR_c: in PRIV()