Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c195 #define TIO_USECUP 0x10 /* Use smcup/rmcup sequences */ macro
207 { "USECUP", TIO_USECUP, TIO_USECUP },
717 if (td->tio_flags & TIO_USECUP) in termio_suspend_tty()
862 if (td->tio_flags & TIO_USECUP) { in termio_resume_tty()
1502 td->tio_flags |= TIO_USECUP; in termio_setup_attrs()