Searched refs:iscgraph (Results 1 – 1 of 1) sorted by relevance
104 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro107 #define iscgraph(c) isgraph(c) macro111 iscgraph(int c) { in iscgraph() function125 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))