Searched refs:posix_substitutes (Results 1 – 1 of 1) sorted by relevance
676 static int posix_substitutes[] = { variable692 #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()