Searched defs:Isgraph (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libedit/
H A Dchartype.h74 #define Isgraph(x) iswgraph(x) macro
129 #define Isgraph(x) isgraph((unsigned char)x) macro

Completed in 109 milliseconds