Searched refs:ttyin (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/bsd/less/dist/lesstest/ |
| H A D | run.c | 113 int ttyin = 0; // stdin in run_interactive() local 114 raw_mode(ttyin, 1); in run_interactive() 118 wchar ch = read_wchar(ttyin); in run_interactive() 128 raw_mode(ttyin, 0); in run_interactive()
|
| H A D | lt_screen.c | 53 static int ttyin; // input text and control sequences variable 489 ttyin = 0; in setup() 492 ttyin = ttyout = open(argv[optind], O_RDWR); in setup() 493 if (ttyin < 0) { in setup() 516 wchar ch = read_wchar(ttyin); in main()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | Makefile.wng | 84 signal.c tags.c ttyin.c version.c xbuf.c 95 tags.o ttyin.o version.o xbuf.o
|
| H A D | Makefile.o9u | 30 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
|
| H A D | Makefile.o2e | 27 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
|
| H A D | Makefile.dsu | 36 tags.obj ttyin.obj version.obj xbuf.obj
|
| H A D | Makefile.o9c | 31 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
|
| H A D | Makefile.dsb | 27 tags.obj ttyin.obj version.obj xbuf.obj
|
| H A D | Makefile.wnm | 32 tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
|
| H A D | Makefile.wnb | 34 tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
|
| H A D | Makefile.aut | 24 tags.c ttyin.c version.c xbuf.c
|
| /netbsd-src/distrib/utils/more/ |
| H A D | Makefile | 11 ttyin.c
|
| /netbsd-src/external/bsd/less/bin/less/ |
| H A D | Makefile | 12 tags.c ttyin.c version.c xbuf.c
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | sys_bsd.c | 552 process_rings(int netin, int netout, int netex, int ttyin, int ttyout, in process_rings() argument 570 set[2].events = ttyin ? POLLIN : 0; in process_rings()
|
| H A D | telnet.c | 2002 int netin, netout, netex, ttyin, ttyout; in Scheduler() local 2016 ttyin = ring_empty_count(&ttyiring) && (clienteof == 0); in Scheduler() 2026 returnValue = process_rings(netin, netout, netex, ttyin, ttyout, !block); in Scheduler()
|
| /netbsd-src/sys/kern/ |
| H A D | tty.c | 119 const char ttyin[] = "ttyin"; variable
|