Home
last modified time | relevance | path

Searched refs:ATT_REVERSE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h72 #define ATT_REVERSE 0x04 /* Reverse video mode */ macro
H A Dmdb_termio.c661 if (attrs & ATT_REVERSE) in termio_setattr()
676 if (attrs & (ATT_REVERSE | ATT_BOLD | ATT_DIM)) in termio_setattr()
H A Dmdb_io.c1085 attr = ATT_REVERSE; in iob_setattr()