Searched refs:PRINTABLE (Results 1 – 6 of 6) sorted by relevance
37 PRINTABLE = 2 variable53 chars[i] |= PRINTABLE55 chars[i] |= PRINTABLE57 chars[i] |= PRINTABLE59 chars[ord(' ')] |= PRINTABLE60 chars[ord('+')] |= PRINTABLE61 chars[ord(',')] |= PRINTABLE62 chars[ord('-')] |= PRINTABLE63 chars[ord('.')] |= PRINTABLE64 chars[ord('/')] |= PRINTABLE[all …]
49 #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ macro
318 if (PRINTABLE(*ptr)) { in sc_term_gen_print()328 } while ((i > 0) && PRINTABLE(*ptr)); in sc_term_gen_print()
934 } else if (PRINTABLE(*ptr)) { /* Print only printables */ in scterm_puts()963 } while (i > 0 && PRINTABLE(c) && in scterm_puts()1026 } while (i > 0 && PRINTABLE(*ptr)); in scterm_puts()
110 #ifndef PRINTABLE111 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro
105 B<VISIBLE>, B<PRINTABLESTRING>, B<PRINTABLE>, B<T61>,