Home
last modified time | relevance | path

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

/external/libedit/src/
Dchartype.h84 #define Isgraph(x) iswgraph(x) macro
139 #define Isgraph(x) isgraph((unsigned char)x) macro