Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c676 static int posix_substitutes[] = { variable
692 #define POSIX_SUBSIZE (sizeof(posix_substitutes) / (2*sizeof(uint32_t)))
3204 int ptype = posix_substitutes[2*posix_class]; in parse_regex()
3205 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex()