Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/csh/
H A Dsh.file.c47 static struct termios tty_new; /* new terminal state */ variable
92 tty_new = tty_save; in setup_tty()
93 tty_new.c_cc[VEOL] = ESC; in setup_tty()
94 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
95 tty_new.c_lflag |= ICANON; in setup_tty()
96 tty_new.c_lflag |= ECHOCTL; in setup_tty()
97 tty_new.c_oflag &= ~OCRNL; in setup_tty()
98 (void) ioctl(SHIN, TCSETSW, (char *)&tty_new); in setup_tty()
165 tty = tty_new; in pushback()
190 if (tty.c_lflag != tty_new.c_lflag) in pushback()
[all …]