isprint           538 gtags-cscope/command.c 	} else if (isprint(commandc)) {
isprint           200 gtags-cscope/input.c 	} else if (isprint(c) || c == '\t') {
isprint           202 libglibc/regex.c # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
isprint           206 libglibc/regex.c #define ISPRINT(c) (ISASCII (c) && isprint (c))