Searched defs:tio_ptios (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_termio.c51 * (1) the settings used by the debugger's parent process (tio_ptios),
222 struct termios tio_ptios; /* Parent terminal settings */ member in struct:termio_data
578 bcopy(&td->tio_ptios, &td->tio_ctios, sizeof (struct termios));
593 termio_suspend_tty(td, &td->tio_ptios);
796 td->tio_intr = td->tio_ptios.c_cc[VINTR];
797 td->tio_quit = td->tio_ptios.c_cc[VQUIT];
798 td->tio_erase = td->tio_ptios.c_cc[VERASE];
799 td->tio_werase = td->tio_ptios.c_cc[VWERASE];
800 td->tio_kill = td->tio_ptios.c_cc[VKILL];
801 td->tio_eof = td->tio_ptios
[all...]

Completed in 48 milliseconds