Searched refs:ttyin (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/usr.bin/less/
H A DMakefile8 signal.c tags.c ttyin.c version.c
/freebsd-11-stable/contrib/telnet/telnet/
H A Dsys_bsd.c847 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll)
860 if (ttyin && tin > maxfd)
887 if (ttyin)
845 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c2067 int netin, netout, netex, ttyin, ttyout; local
2081 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0);
2089 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dexterns.h268 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,
H A Dsys_bsd.c768 int ttyin,
792 if (ttyin) {
763 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) argument
H A Dtelnet.c1988 int netin, netout, netex, ttyin, ttyout; local
2002 ttyin = ring_empty_count(&ttyiring);
2011 ttyin = ttyout = 0;
2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block);

Completed in 117 milliseconds