Searched defs:ttyin (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c100 static int ttyin();
533 if (ttyin())
851 ttyin() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
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,
/illumos-gate/usr/src/cmd/more/
H A Dmore.c218 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

Completed in 68 milliseconds