Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c111 int eof_pending = 0; /* we received a genuine EOF on input, send IAC-EOF */ variable
2164 ttyin = (ring_empty_count(&ttyiring) && !eof_pending);
2188 if (eof_pending) {
2189 eof_pending = 0;
H A Dexterns.h116 extern int eof_pending; /* Received EOF in line mode, need to send IAC-xEOF */
H A Dsys_bsd.c851 eof_pending = 1; in process_rings()