Searched refs:EOF_CHAR (Results 1 – 3 of 3) sorted by relevance
75 return EOF_CHAR(tty) | CTRLCHAR_CTRL; in ctrlchar_handle()
39 #define EOF_CHAR(tty) ((tty)->termios.c_cc[VEOF]) macro
1341 if (c == EOF_CHAR(tty)) { in n_tty_receive_char_special()1798 set_bit(EOF_CHAR(tty), ldata->char_map); in n_tty_set_termios()1941 is_eof = n == 1 && *from == EOF_CHAR(tty); in copy_from_read_buf()