Searched refs:INTR_CHAR (Results 1 – 3 of 3) sorted by relevance
72 return INTR_CHAR(tty) | CTRLCHAR_CTRL; in ctrlchar_handle()
1288 if (c == INTR_CHAR(tty)) { in n_tty_receive_char_special()1466 c != INTR_CHAR(tty) && c != QUIT_CHAR(tty) && in n_tty_receive_char_closing()1848 set_bit(INTR_CHAR(tty), ldata->char_map); in n_tty_set_termios()
106 #define INTR_CHAR(tty) ((tty)->termios.c_cc[VINTR]) macro