Searched refs:effective_termios (Results 1 – 1 of 1) sorted by relevance
99 static struct termios effective_termios; variable502 if (tcgetattr(STDIN_FILENO, &effective_termios) < 0) { in set_tty_rawmode()506 effective_termios.c_cc[VEOF] = save_termios.c_cc[VEOF]; in set_tty_rawmode()507 effective_termios.c_cc[VEOL] = save_termios.c_cc[VEOL]; in set_tty_rawmode()639 if (c == '.' || c == effective_termios.c_cc[VEOF]) { in process_user_input()685 c == effective_termios.c_cc[VKILL] || in process_user_input()686 c == effective_termios.c_cc[VEOL] || in process_user_input()687 c == effective_termios.c_cc[VSUSP] || in process_user_input()688 c == effective_termios.c_cc[VINTR]); in process_user_input()