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

  /src/games/hunt/huntd/
Makefile 5 extern.c makemaze.c shots.c support.c terminal.c
  /src/usr.bin/telnet/
Makefile 48 terminal.c utilities.c
79 .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
  /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
  /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
  /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
  /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
  /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
  /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
  /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
  /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
  /src/sbin/restore/
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)) {
utilities.c 378 c = getc(terminal);
379 while (c != '\n' && getc(terminal) != '\n')
380 if (feof(terminal))
tape.c 236 terminal = stdin;
251 * our own connection to the terminal.
253 terminal = fopen(_PATH_TTY, "r");
254 if (terminal == NULL) {
257 terminal = fopen(_PATH_DEVNULL, "r");
258 if (terminal == NULL) {
438 (void) fgets(buf, BUFSIZ, terminal);
439 } while (!feof(terminal) && buf[0] == '\n');
440 if (feof(terminal))
457 (void) fgets(buf, BUFSIZ, terminal);
    [all...]
main.c 80 FILE *terminal; variable
  /src/lib/libedit/
Makefile 20 terminal.c tokenizer.c tokenizern.c tty.c vi.c
  /src/share/terminfo/
terminfo 0 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
6 # Report bugs and new terminal descriptions to
114 # script (reorder) that moved the most common terminal types to the front of
140 # that important and frequently-encountered terminal types are near the
143 # usually correspond to manufacturers or standard terminal classes.
151 # the terminal.
153 # Terminal names look like <manufacturer> <model> - <modes/options>
155 # particular hardware of the terminal. The part to the right may be used
156 # for flags indicating special ROMs, extra memory, particular terminal modes,
172 # -rv Terminal in reverse video mode (black on white
    [all...]
  /src/sys/kern/
vfs_lookup.c 1278 bool terminal; local
1289 terminal = false;
1324 * terminal is never set true when LOCKPARENT.
1359 terminal = ((cnp->cn_flags & ISLASTCN) != 0);
1374 terminal = (foundobj->v_type != VLNK &&
1416 terminal = (foundobj->v_type != VLNK);
1430 if (terminal) {
1436 * terminal parent disappear into thin air.
  /src/sys/dist/pf/net/
pf_norm.c 1113 int terminal; local
1153 terminal = 0;
1218 terminal = 1;
1221 } while (!terminal);
pf.c 4481 int terminal = 0; local
4568 terminal++;
4571 } while (!terminal);
6081 int off, terminal = 0, dirndx, rh_cnt = 0; local
6220 terminal++;
6223 } while (!terminal);
  /src/sys/arch/acorn32/doc/
majors+minors 58 3 C - controlling terminal
  /src/sys/arch/ia64/stand/common/
help.common 351 # Tread DRead input from the terminal
355 The read command reads a line of input from the terminal. If the
  /src/sys/dev/usb/
uaudio.c 154 uint8_t terminal; /* connected Terminal ID */ member in struct:as_info
267 int direct; /* directly connected to an output terminal */
1024 /* If USB input terminal, record wChannelConfig */
1039 /* If USB input terminal, record wChannelConfig */
1203 /* USB terminal types */
1207 /* input terminal types */
1215 /* output terminal types */
1224 /* bidir terminal types */
1231 /* telephony terminal types *
2089 int format, chan __unused, prec, bps, enc, terminal; local
    [all...]

Completed in 40 milliseconds