Home
last modified time | relevance | path

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

/freebsd/usr.bin/less/
H A DMakefile8 signal.c tags.c ttyin.c version.c xbuf.c
/freebsd/contrib/bc/src/
H A Dvm.c1580 int ttyin, ttyout, ttyerr; local
1596 ttyin = isatty(STDIN_FILENO);
1599 tty = (ttyin != 0 && ttyout != 0 && ttyerr != 0);
1601 vm->flags |= ttyin ? BC_FLAG_TTYIN : 0;
1603 vm->flags |= ttyin && ttyout ? BC_FLAG_I : 0;
/freebsd/contrib/telnet/telnet/
H A Dsys_bsd.c843 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) in process_rings() argument
856 if (ttyin && tin > maxfd) in process_rings()
883 if (ttyin) in process_rings()
H A Dtelnet.c2065 int netin, netout, netex, ttyin, ttyout; in Scheduler() local
2079 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0); in Scheduler()
2087 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c766 int ttyin, in process_rings() argument
790 if (ttyin) { in process_rings()
H A Dtelnet.c1988 int netin, netout, netex, ttyin, ttyout; in Scheduler() local
2002 ttyin = ring_empty_count(&ttyiring); in Scheduler()
2011 ttyin = ttyout = 0; in Scheduler()
2016 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
H A Dexterns.h268 int process_rings(int netin, int netout, int netex, int ttyin, int ttyout,