Searched refs:ttyin (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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 772 if (ttyin) {
|
H A D | telnet.c | 2152 int netin, netout, netex, ttyin, ttyout; local 2166 ttyin = (ring_empty_count(&ttyiring) && !eof_pending); 2173 ttyin = ttyout = 0; 2178 returnValue = process_rings(netin, netout, netex, ttyin, ttyout,
|
/titanic_50/usr/src/cmd/more/ |
H A D | more.c | 218 static void ttyin(char buf[], register int nmax, char pchar); 1144 ttyin (cmdbuf, 78, '/'); in command() 1298 ttyin (cmdbuf, 78, '!'); in do_shell() 1576 ttyin(char buf[], register int nmax, char pchar) in ttyin() function
|
/titanic_50/usr/src/cmd/pg/ |
H A D | pg.c | 100 static int ttyin(); 533 if (ttyin()) 851 ttyin() in ttyin() function
|