Searched refs:effective_termios (Results 1 – 1 of 1) sorted by relevance
97 static struct termios effective_termios; variable500 if (tcgetattr(STDIN_FILENO, &effective_termios) < 0) { in set_tty_rawmode()504 effective_termios.c_cc[VEOF] = save_termios.c_cc[VEOF]; in set_tty_rawmode()505 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL]; in set_tty_rawmode()638 if (c == '.' || c == effective_termios.c_cc[VEOF]) { in process_user_input()684 c == effective_termios.c_cc[VKILL] || in process_user_input()685 c == effective_termios.c_cc[VEOL] || in process_user_input()686 c == effective_termios.c_cc[VSUSP] || in process_user_input()687 c == effective_termios.c_cc[VINTR]); in process_user_input()