Home
last modified time | relevance | path

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

/minix3/lib/libedit/
H A Dchartype.h83 #define Isgraph(x) iswgraph(x) macro
139 #define Isgraph(x) isgraph((unsigned char)x) macro