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

/linux-master/include/linux/
H A Dtty.h35 #define QUIT_CHAR(tty) ((tty)->termios.c_cc[VQUIT]) macro
/linux-master/drivers/tty/
H A Dn_tty.c1366 } else if (c == QUIT_CHAR(tty)) {
1456 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) &&
1844 set_bit(QUIT_CHAR(tty), ldata->char_map);

Completed in 345 milliseconds