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