Home
last modified time | relevance | path

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

/external/libedit/src/
Dchartype.h84 #define Isgraph(x) iswgraph(x) macro
139 #define Isgraph(x) isgraph((unsigned char)x) macro
Dchared.c216 if (Isgraph(p)) in cv__isword()