Home | History | Annotate | Download | only in libiberty

Lines Matching refs:ISGRAPH

225 # ifdef isgraph
226 # define ISGRAPH(c) (ISASCII (c) && isgraph (c))
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
3300 || (is_graph && ISGRAPH (ch))