Searched refs:INTR_CHAR (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/char/
H A Dctrlchar.c73 return INTR_CHAR(tty) | CTRLCHAR_CTRL;
/linux-master/include/linux/
H A Dtty.h34 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) macro
/linux-master/drivers/tty/
H A Dn_tty.c1363 if (c == INTR_CHAR(tty)) {
1456 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) &&
1843 set_bit(INTR_CHAR(tty), ldata->char_map);

Completed in 113 milliseconds