Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c397 static const pcre_uchar *posix_substitutes[] = { variable
428 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / sizeof(pcre_uchar *))
4950 if (posix_substitutes[pc] != NULL) in compile_branch()
4953 ptr = posix_substitutes[pc] - 1; in compile_branch()