Lines Matching defs:ISGRAPH
225 # ifdef isgraph226 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))3300 || (is_graph && ISGRAPH (ch))