Searched refs:posix_meta_escapes (Results 1 – 1 of 1) sorted by relevance
96 static const char *posix_meta_escapes = variable282 if (*posix < 127 && strchr(posix_meta_escapes, *posix) != NULL) in convert_posix()