Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h716 #define CHAR_7 '7' macro
985 #define CHAR_7 '\067' macro
Dpcre2_compile.c2034 case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in PRIV()
2087 while(i++ < 2 && ptr[1] >= CHAR_0 && ptr[1] <= CHAR_7) in PRIV()
2104 while (*ptr >= CHAR_0 && *ptr <= CHAR_7) in PRIV()
2122 while (*ptr >= CHAR_0 && *ptr <= CHAR_7) ptr++; in PRIV()
6819 case CHAR_5: case CHAR_6: case CHAR_7: case CHAR_8: case CHAR_9: in compile_branch()