Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h742 #define CHAR_Q 'Q' macro
1011 #define CHAR_Q '\121' macro
Dpcre2_compile.c4077 if (c == CHAR_BACKSLASH && ptr[1] == CHAR_Q) in compile_branch()
4725 while (*ptr == CHAR_BACKSLASH && ptr[1] == CHAR_Q) in compile_branch()