Home | History | Annotate | Download | only in libiberty

Lines Matching defs:ISPRINT

206    ctype uses should be through macros like ISPRINT...  If
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
231 # undef ISPRINT
232 # define ISPRINT(c) (ISASCII (c) && isprint (c))
3302 || (is_print && ISPRINT (ch)))