Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c194 #define TIO_USECUP 0x10 /* Use smcup/rmcup sequences */ macro
205 { "USECUP", TIO_USECUP, TIO_USECUP },
713 if (td->tio_flags & TIO_USECUP) in termio_suspend_tty()
856 if (td->tio_flags & TIO_USECUP) { in termio_resume_tty()
1411 td->tio_flags |= TIO_USECUP; in termio_setup_attrs()