Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.file.c46 static struct termios tty_save; /* saved terminal state */ variable
85 (void) ioctl(SHIN, TCGETS, (char *)&tty_save); in setup_tty()
88 (void) ioctl(SHIN, TCSETSW, (char *)&tty_save); in setup_tty()
92 tty_new = tty_save; in setup_tty()
103 (void) ioctl(SHIN, TCSETSW, (char *)&tty_save); in setup_tty()