Searched defs:PRINTABLE (Results 1 – 2 of 2) sorted by relevance
96 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro98 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro
175 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro177 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro