Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h768 #define CHAR_r 'r' macro
1058 #define CHAR_r '\162' macro
Dpcre2_compile.c5944 if (C <= D && C <= CHAR_r) in compile_branch()
5948 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()