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

/freebsd-10-stable/contrib/libc-vis/
H A Dvis.c102 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro
105 #define iscgraph(c) isgraph(c) macro
109 iscgraph(int c) { function
123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))

Completed in 106 milliseconds