Searched defs:printable (Results 1 – 2 of 2) sorted by relevance
1721 #define printable(c) (((c)=='\t') || ((c)=='\n') || (0x20<=(c) && (c)<=0x7e)) macro
1143 static inline int printable(unsigned int x) in printable() function