Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c90 tty_new = tty_save; in setup_tty()
91 tty_new.c_cc[VEOL] = ESC; in setup_tty()
92 tty_new.c_iflag |= IMAXBEL | BRKINT | IGNPAR; in setup_tty()
93 tty_new.c_lflag |= ICANON; in setup_tty()
94 tty_new.c_lflag |= ECHOCTL; in setup_tty()
95 tty_new.c_oflag &= ~OCRNL; in setup_tty()
96 (void) ioctl(SHIN, TCSETSW, (char *)&tty_new); in setup_tty()
163 tty = tty_new; in pushback()
188 if (tty.c_lflag != tty_new.c_lflag) in pushback()
374 tty_pending = tty_new; in sim_retype()
[all …]