Searched refs:ISPRINT (Results 1 – 3 of 3) sorted by relevance
152 #undef ISPRINT153 #define ISPRINT(c) (ISASCII (c) && isprint (c)) macro
78 # define ISPRINT(c) (ISASCII (c) && isprint (c)) macro383 || (STREQ (str, "print") && ISPRINT ((unsigned char) *n))
1083 if (isascii(*p) && ISPRINT(*p)) {1085 if (ISPRINT(*p)) {