Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dn_tty.c1955 bool is_eof; in copy_from_read_buf() local
1966 is_eof = n == 1 && *from == EOF_CHAR(tty); in copy_from_read_buf()
1970 if (L_EXTPROC(tty) && ldata->icanon && is_eof && in copy_from_read_buf()