Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h73 #define ATT_BOLD 0x08 /* Bold text mode */ macro
H A Dmdb_termio.c663 if (attrs & ATT_BOLD) in termio_setattr()
676 if (attrs & (ATT_REVERSE | ATT_BOLD | ATT_DIM)) in termio_setattr()
H A Dmdb_io.c1088 attr = ATT_BOLD; in iob_setattr()