Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h758 #define CHAR_a 'a' macro
1027 #define CHAR_a '\141' macro
Dpcre2_compile.c340 #define ESCAPES_FIRST CHAR_a
527 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
547 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
2235 if (c >= CHAR_a && c <= CHAR_z) c = UPPER_CASE(c); in PRIV()