Home
last modified time | relevance | path

Searched refs:is_eof (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/
Dn_tty.c1986 bool is_eof; in copy_from_read_buf() local
1996 is_eof = n == 1 && read_buf(ldata, tail) == EOF_CHAR(tty); in copy_from_read_buf()
2001 if (L_EXTPROC(tty) && ldata->icanon && is_eof && in copy_from_read_buf()