HomeSort by: relevance | last modified time | path
    Searched refs:ttyin (Results 1 - 7 of 7) sorted by relevancy

  /src/distrib/utils/more/
Makefile 11 ttyin.c
  /src/external/bsd/less/bin/less/
Makefile 12 tags.c ttyin.c version.c xbuf.c
  /src/external/bsd/less/dist/lesstest/
run.c 113 int ttyin = 0; // stdin local
114 raw_mode(ttyin, 1);
118 wchar ch = read_wchar(ttyin);
128 raw_mode(ttyin, 0);
lt_screen.c 53 static int ttyin; // input text and control sequences variable
489 ttyin = 0;
492 ttyin = ttyout = open(argv[optind], O_RDWR);
493 if (ttyin < 0) {
516 wchar ch = read_wchar(ttyin);
  /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
  /src/sys/kern/
tty.c 119 const char ttyin[] = "ttyin"; variable

Completed in 36 milliseconds