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