Home
last modified time | relevance | path

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

/src/contrib/libc-vis/
H A Dvis.c101 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro
104 #define iscgraph(c) isgraph(c) macro
108 iscgraph(int c) { in iscgraph() function
122 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))