Searched refs:ttyout (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 752 process_rings(netin, netout, netex, ttyin, ttyout, poll) in process_rings() argument 769 if (ttyout) {
|
H A D | telnet.c | 2152 int netin, netout, netex, ttyin, ttyout; local 2164 ttyout = ring_full_count(&ttyoring); 2173 ttyin = ttyout = 0; 2178 returnValue = process_rings(netin, netout, netex, ttyin, ttyout,
|