Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/lesstest/
H A Drun.c113 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 Dlt_screen.c53 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 DMakefile.wng84 signal.c tags.c ttyin.c version.c xbuf.c
95 tags.o ttyin.o version.o xbuf.o
H A DMakefile.o9u30 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
H A DMakefile.o2e27 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
H A DMakefile.dsu36 tags.obj ttyin.obj version.obj xbuf.obj
H A DMakefile.o9c31 tags.${O} ttyin.${O} version.${O} xbuf.${O} regexp.${O}
H A DMakefile.dsb27 tags.obj ttyin.obj version.obj xbuf.obj
H A DMakefile.wnm32 tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
H A DMakefile.wnb34 tags.obj ttyin.obj version.obj xbuf.obj regexp.obj
H A DMakefile.aut24 tags.c ttyin.c version.c xbuf.c
/netbsd-src/distrib/utils/more/
H A DMakefile11 ttyin.c
/netbsd-src/external/bsd/less/bin/less/
H A DMakefile12 tags.c ttyin.c version.c xbuf.c
/netbsd-src/usr.bin/telnet/
H A Dsys_bsd.c552 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 Dtelnet.c2002 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 Dtty.c119 const char ttyin[] = "ttyin"; variable