Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtty.h36 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) macro
/linux-6.6.21/drivers/tty/
Dn_tty.c1371 } 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()