Searched refs:Isgraph (Results 1 – 2 of 2) sorted by relevance
84 #define Isgraph(x) iswgraph(x) macro139 #define Isgraph(x) isgraph((unsigned char)x) macro
216 if (Isgraph(p)) in cv__isword()