Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h760 #define CHAR_r 'r' macro
1032 #define CHAR_r '\162' macro
Dpcre2_compile.c5533 if (C <= D && C <= CHAR_r) in compile_branch()
5537 ((D < CHAR_r)? D : CHAR_r) + uc); in compile_branch()