Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c218 static void ttyin(char buf[], register int nmax, char pchar);
1143 ttyin (cmdbuf, 78, '/'); in command()
1298 ttyin (cmdbuf, 78, '!'); in do_shell()
1601 ttyin(char buf[], register int nmax, char pchar) in ttyin() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c750 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, int poll) in process_rings() argument
769 if (ttyin) { in process_rings()
H A Dtelnet.c2150 int netin, netout, netex, ttyin, ttyout; local
2164 ttyin = (ring_empty_count(&ttyiring) && !eof_pending);
2171 ttyin = ttyout = 0;
2176 returnValue = process_rings(netin, netout, netex, ttyin, ttyout,
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c102 static int ttyin();
532 if (ttyin()) in command()
849 ttyin(void) in ttyin() function