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

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

Completed in 56 milliseconds