Home
last modified time | relevance | path

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

/haiku/src/libs/bsd/
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) { in iscgraph() function
123 (((flags) & VIS_NOLOCALE) ? iscgraph(c) : iswgraph(c))