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

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

Completed in 57 milliseconds