HomeSort by: relevance | last modified time | path
    Searched refs:terminal (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/games/hunt/huntd/
Makefile 5 extern.c makemaze.c shots.c support.c terminal.c
Makefile 5 extern.c makemaze.c shots.c support.c terminal.c
  /src/usr.bin/telnet/
Makefile 48 terminal.c utilities.c
76 .for f in commands telnet terminal utilities
Makefile 48 terminal.c utilities.c
76 .for f in commands telnet terminal utilities
  /src/sys/arch/vax/include/
uvax.h 93 unsigned int terminal:8; /* terminal info */ member in struct:cpmbx
uvax.h 93 unsigned int terminal:8; /* terminal info */ member in struct:cpmbx
  /src/distrib/amd64/cdroms/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/amd64/installimage/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/amd64/installimage-bios/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/i386/cdroms/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/evbarm/installimage/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/i386/installimage/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/sparc64/cdroms/installcd/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/distrib/vax/cdroms/installcd/
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
install.sh 40 # the terminal type accordingly.
73 You are using a serial console, we do not know your terminal emulation.
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
111 # remember terminal type, now that we know it for sure
  /src/sbin/restore/
restore.h 66 extern FILE *terminal; /* file descriptor for the terminal input */
restore.h 66 extern FILE *terminal; /* file descriptor for the terminal input */
interactive.c 96 * Read and execute commands from the terminal.
332 (void) fgets(input, BUFSIZ, terminal);
333 } while (!feof(terminal) && input[0] == '\n');
334 if (feof(terminal)) {

Completed in 27 milliseconds

1 2 3