EOF_CHAR
return EOF_CHAR(tty) | CTRLCHAR_CTRL;
if (c == EOF_CHAR(tty)) {
set_bit(EOF_CHAR(tty), ldata->char_map);
is_eof = n == 1 && *from == EOF_CHAR(tty);