Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A Dctrlchar.c73 return INTR_CHAR(tty) | CTRLCHAR_CTRL; in ctrlchar_handle()
/linux-6.3-rc2/include/linux/
A Dtty.h35 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) macro
/linux-6.3-rc2/drivers/tty/
A Dn_tty.c1277 if (c == INTR_CHAR(tty)) { in n_tty_receive_char_special()
1439 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) && in n_tty_receive_char_closing()
1815 set_bit(INTR_CHAR(tty), ldata->char_map); in n_tty_set_termios()

Completed in 8 milliseconds