Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h81 #define ATT_OFF 0 /* Turn attributes off */ macro
H A Dmdb_io.c1031 req = ATT_OFF; in iob_setattr()
H A Dmdb_termio.c600 if ((req != ATT_ON && req != ATT_OFF) || (attrs & ~ATT_ALL) != 0) in termio_setattr()