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