Searched defs:printable (Results 1 – 4 of 4) sorted by relevance
274 int printable(int c) in printable() function
1688 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro
1144 static inline int printable(unsigned int x) in printable() function
160 static int printable; /* Is console ready for printing? */ variable