Searched refs:pathname_alphabetic_chars (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/libreadline/
H A Dutil.c70 static const char *pathname_alphabetic_chars = "/-_=~.#$"; variable
80 strchr (pathname_alphabetic_chars, c) != NULL);
95 strchr (pathname_alphabetic_chars, c) != NULL);

Completed in 100 milliseconds