/src/distrib/utils/more/ |
Makefile | 11 ttyin.c
|
/src/usr.bin/telnet/ |
sys_bsd.c | 553 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, 571 set[2].events = ttyin ? POLLIN : 0;
|
telnet.c | 2007 int netin, netout, netex, ttyin, ttyout; 2021 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0); 2031 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); 2002 int netin, netout, netex, ttyin, ttyout; local in function:Scheduler
|
/src/sys/kern/ |
tty.c | 119 const char ttyin[] = "ttyin"; variable in typeref:typename:const char[]
|