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