Searched refs:PRINTABLE (Results 1 – 2 of 2) sorted by relevance
323 if (PRINTABLE(*ptr)) { in sc_term_gen_print()333 } while ((i > 0) && PRINTABLE(*ptr)); in sc_term_gen_print()
95 #ifndef PRINTABLE96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro