Searched defs:posix_substitutes (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist2/src/
H A Dpcre2_compile.c554 static PCRE2_SPTR posix_substitutes[] = { variable
585 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / sizeof(PCRE2_UCHAR *))
4442 /* The posix_substitutes table specifies which POSIX classes can be
4447 if (posix_substitutes[pc] != NULL)
4450 ptr = posix_substitutes[pc] - 1;

Completed in 66 milliseconds