Searched refs:iscgraph (Results 1 – 1 of 1) sorted by relevance
102 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro105 #define iscgraph(c) isgraph(c) macro109 iscgraph(int c) { in iscgraph() function123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))