Searched defs:PRINTABLE (Results 1 – 3 of 3) sorted by relevance
37 PRINTABLE = 2 variable
71 #define PRINTABLE(c) \ macro
96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro