Searched refs:ttyin (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 752 process_rings(netin, netout, netex, ttyin, ttyout, poll) 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,
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 218 static void ttyin(char buf[], register int nmax, char pchar); 1144 ttyin (cmdbuf, 78, '/'); 1298 ttyin (cmdbuf, 78, '!'); 1576 ttyin(char buf[], register int nmax, char pchar) function
|
/illumos-gate/usr/src/cmd/pg/ |
H A D | pg.c | 100 static int ttyin(); 533 if (ttyin()) 851 ttyin() function
|
Completed in 69 milliseconds