Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c245 uint_t tio_flags; /* Miscellaneous flags */ member
425 if (td->tio_flags & TIO_TAB) in termio_read()
463 td->tio_flags &= ~TIO_TAB; in termio_read()
687 if (!(td->tio_flags & flag)) { in termio_warn()
694 td->tio_flags |= flag; in termio_warn()
710 if (td->tio_flags & TIO_XTERM) in termio_suspend_tty()
713 if (td->tio_flags & TIO_USECUP) in termio_suspend_tty()
856 if (td->tio_flags & TIO_USECUP) { in termio_resume_tty()
868 if (td->tio_flags & TIO_XTERM) { in termio_resume_tty()
1024 if (!(td->tio_flags & TIO_AUTOWRAP)) in termio_addch()
[all …]