Searched refs:QUIT_CHAR (Results 1 – 2 of 2) sorted by relevance
36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) macro
1371 } else if (c == QUIT_CHAR(tty)) { in n_tty_receive_char_special()1461 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) && in n_tty_receive_char_closing()1849 set_bit(QUIT_CHAR(tty), ldata->char_map); in n_tty_set_termios()