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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c96 static struct termios save_termios; variable in typeref:struct:termios
343 if (tcgetattr(STDIN_FILENO, &save_termios) == -1) {
439 if (tcsetattr(slavefd, TCSAFLUSH, &save_termios) == -1) {
471 save_termios = term;
504 effective_termios.c_cc[VEOF] = save_termios.c_cc[VEOF];
505 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL];
569 (void) tcsetattr(save_fd, TCSADRAIN, &save_termios);

Completed in 74 milliseconds