Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c248 uint_t tio_flags; /* Miscellaneous flags */ member
429 if (td->tio_flags & TIO_TAB) in termio_read()
467 td->tio_flags &= ~TIO_TAB; in termio_read()
691 if (!(td->tio_flags & flag)) { in termio_warn()
698 td->tio_flags |= flag; in termio_warn()
714 if (td->tio_flags & TIO_XTERM) in termio_suspend_tty()
717 if (td->tio_flags & TIO_USECUP) in termio_suspend_tty()
862 if (td->tio_flags & TIO_USECUP) { in termio_resume_tty()
874 if (td->tio_flags & TIO_XTERM) { in termio_resume_tty()
889 if ((td->tio_flags & TIO_AUTOWRAP) && in termio_resume_tty()
[all …]