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

/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c97 static struct termios effective_termios; variable in typeref:struct:termios
500 if (tcgetattr(STDIN_FILENO, &effective_termios) < 0) {
504 effective_termios.c_cc[VEOF] = save_termios.c_cc[VEOF];
505 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL];
638 if (c == '.' || c == effective_termios.c_cc[VEOF]) {
684 c == effective_termios.c_cc[VKILL] ||
685 c == effective_termios.c_cc[VEOL] ||
686 c == effective_termios.c_cc[VSUSP] ||
687 c == effective_termios.c_cc[VINTR]);

Completed in 59 milliseconds