Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c554 static PCRE2_SPTR posix_substitutes[] = { variable
585 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / sizeof(PCRE2_UCHAR *))
4447 if (posix_substitutes[pc] != NULL) in compile_branch()
4450 ptr = posix_substitutes[pc] - 1; in compile_branch()