Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/gen/
H A Dvis.c104 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro
107 #define iscgraph(c) isgraph(c) macro
111 iscgraph(int c) { in iscgraph() function
125 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))