Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h743 #define CHAR_R 'R' macro
1012 #define CHAR_R '\122' macro
Dpcre2_compile.c3457 if (ptr[0] == CHAR_R || /* (?R) */ in scan_for_captures()
6248 if (*ptr == CHAR_R && ptr[1] == CHAR_AMPERSAND) in compile_branch()
6413 else if (*name == CHAR_R) in compile_branch()
6806 case CHAR_R: /* Recursion, same as (?0) */ in compile_branch()