Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h775 #define CHAR_r 'r' macro
1044 #define CHAR_r '\162' macro
Dpcre2_compile.c4839 if (C <= D && C <= CHAR_r) in compile_branch()
4843 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()