Home
last modified time | relevance | path

Searched refs:PRINTABLE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDsctermvar.h323 if (PRINTABLE(*ptr)) { in sc_term_gen_print()
333 } while ((i > 0) && PRINTABLE(*ptr)); in sc_term_gen_print()
HDsyscons.h95 #ifndef PRINTABLE
96 #define PRINTABLE(ch) ((ch) > 0x1b || ((ch) > 0x0d && (ch) < 0x1b) \ macro