Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h79 #define ATT_OFF 0 /* Turn attributes off */ macro
H A Dmdb_io.c1068 req = ATT_OFF; in iob_setattr()
H A Dmdb_termio.c653 if ((req != ATT_ON && req != ATT_OFF) || (attrs & ~ATT_ALL) != 0) in termio_setattr()