Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c752 process_rings(netin, netout, netex, ttyin, ttyout, poll) in process_rings() argument
772 if (ttyin) {
H A Dtelnet.c2152 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 Dmore.c218 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 Dpg.c100 static int ttyin();
533 if (ttyin())
851 ttyin() in ttyin() function