Home
last modified time | relevance | path

Searched refs:QUIT_CHAR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/tty/
Dn_tty.c1291 } else if (c == QUIT_CHAR(tty)) { in n_tty_receive_char_special()
1466 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()
/Linux-v5.4/include/linux/
Dtty.h107 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) macro