Home
last modified time | relevance | path

Searched defs:iscgraph (Results 1 – 1 of 1) sorted by path

/dragonfly/lib/libc/gen/
H A Dvis.c105 #define iscgraph(c) isgraph_l(c, LC_C_LOCALE) macro
108 #define iscgraph(c) isgraph(c) macro
112 iscgraph(int c) { in iscgraph() function