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

1 2 3 4 5

  /src/distrib/landisk/ramdisk/
dot.profile 37 TERM=vt100
38 export TERM
51 eval `tset -s -m ":?$TERM"`
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
paste-newline.exp 19 save_vars { env(TERM) env(INPUTRC) } {
20 setenv TERM ansi
eof-exit.exp 83 save_vars { env(TERM) } {
84 setenv TERM ansi
readline-commands-eof.exp 104 save_vars { env(TERM) } {
105 setenv TERM ansi
info-shared.exp 152 save_vars { env(TERM) } {
154 setenv TERM ansi
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
paste-newline.exp 19 save_vars { env(TERM) env(INPUTRC) } {
20 setenv TERM ansi
eof-exit.exp 83 save_vars { env(TERM) } {
84 setenv TERM ansi
readline-commands-eof.exp 105 save_vars { env(TERM) } {
106 setenv TERM ansi
style.exp 75 setenv TERM xterm-256color
78 # Restart GDB with the correct TERM variable setting, this
354 save_vars { env(TERM) env(NO_COLOR) } {
356 setenv TERM ansi
359 # Restart GDB with the correct TERM variable setting, this
469 save_vars { env(TERM) env(NO_COLOR) } {
471 setenv TERM ansi
474 # Restart GDB with the correct TERM variable setting, this
534 # Color support is disabled when TERM=dumb and COLORTERM="".
539 setenv TERM dum
    [all...]
  /src/distrib/amd64/cdroms/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/amd64/installimage/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/amd64/installimage-bios/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/evbarm/installimage/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/i386/cdroms/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/i386/installimage/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/sparc64/cdroms/installcd/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/vax/cdroms/installcd/
install.sh 37 termfile=/tmp/sysinst.term
45 TERM=wsvt25
51 TERM=vt220
56 export TERM
69 if [ $TERM != "wsvt25" ]; then
81 echo -n "Terminal type (just hit ENTER for '$TERM'): "
84 TERM=$ans
112 echo "TERM=${TERM}" > ${termfile}
  /src/distrib/sgimips/ramdisk/
dot.profile 37 TERM=vt100
38 export TERM
51 eval `tset -s -m ":?$TERM"`
  /src/distrib/mac68k/miniroot/
install.md 41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
  /src/tests/usr.bin/infocmp/
t_terminfo.sh 30 atf_set "descr" "infocmp can decode one of some existing term types"
35 for term in ansi vt100 wsvt25 sun-ss5 ibcs2 vt52 386at h19k h19kermit
38 env TERM="${term}" infocmp
49 for term in this-is-no-term nonexistent
52 env TERM="${term}" infocmp
  /src/external/bsd/ntp/dist/sntp/include/
copyright.def 18 [ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
tui-layout.exp 48 save_vars { env(TERM) } {
49 setenv TERM $terminal
53 Term::clean_restart 24 80 $binfile
54 if {![Term::prepare_for_tui]} {
69 # setenv TERM dummy has no effect on remote host.
73 "Cannot enable the TUI: terminal doesn't support cursor addressing \\\[TERM=dumb\\\]"
75 Term::command_no_prompt_prefix "layout $layout_name"
77 Term::check_box "asm box" 0 0 80 15
79 Term::check_box "reg box" 0 0 80 8
80 Term::check_box "src box" 0 7 80
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
tui-layout.exp 48 save_vars { env(TERM) } {
49 setenv TERM $terminal
53 Term::clean_restart 24 80 $::testfile
54 if {![Term::prepare_for_tui]} {
69 # setenv TERM dummy has no effect on remote host.
73 "Cannot enable the TUI: terminal doesn't support cursor addressing \\\[TERM=dumb\\\]"
75 Term::command_no_prompt_prefix "layout $layout_name"
77 Term::check_box "asm box" 0 0 80 15
79 Term::check_box "reg box" 0 0 80 8
80 Term::check_box "src box" 0 7 80
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/ans7/
ans.pl 25 sub term { }; subroutine
29 $SIG{TERM} = \&term;
31 $SIG{TERM} = \&rmpid;
  /src/usr.bin/tic/
tic.c 59 #include <term.h>
65 typedef struct term { struct
66 STAILQ_ENTRY(term) next;
70 struct term *base_term;
71 } TERM;
72 static STAILQ_HEAD(, term) terms = STAILQ_HEAD_INITIALIZER(terms);
101 save_term(struct cdbw *db, TERM *term)
105 size_t slen = strlen(term->name) + 1;
107 if (term->base_term != NULL)
148 TERM *term; local
163 TERM *term; local
213 TERM *term; local
351 TERM *term; local
417 TERM *term, *uterm; local
507 TERM *term; local
574 TERM *term; local
615 struct term *term; local
    [all...]

Completed in 54 milliseconds

1 2 3 4 5