Searched refs:TERM (Results 1 - 25 of 31) sorted by relevance

12

/src/distrib/amd64/cdroms/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/
H A Dinstall.sh45 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/tests/usr.bin/infocmp/
H A Dt_terminfo.sh38 env TERM="${term}" infocmp
52 env TERM="${term}" infocmp
/src/distrib/mac68k/miniroot/
H A Dinstall.md41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
/src/usr.bin/tic/
H A Dtic.c71 } TERM; typedef in typeref:struct:term
101 save_term(struct cdbw *db, TERM *term)
133 static TERM *
141 return elemp ? (TERM *)elemp->data : NULL;
144 static TERM *
148 TERM *term;
160 static TERM *
161 store_term(const char *name, TERM *base_term)
163 TERM *term;
183 alias_terms(TERM *ter
[all...]
/src/etc/
H A Drc.shutdown73 kill -TERM $_rcshutdown_watchdog >/dev/null 2>&1
/src/usr.bin/lorder/
H A Dlorder.sh82 trap "rm -f $N $R $S; exit 1" HUP INT QUIT PIPE TERM 2>/dev/null || \
/src/sys/external/bsd/drm2/nouveau/
H A Dnouveau2netbsd29 trap clean EXIT HUP INT TERM
/src/usr.bin/gzip/
H A Dznew59 trap 'rm -f "$tmp"; exit 1' HUP INT QUIT PIPE TERM
/src/usr.bin/locate/locate/
H A Dupdatedb.sh200 trap 'rm -f "$FILELIST"; exit 1' INT QUIT TERM
/src/distrib/mvme68k/miniroot/
H A Dinstall.md41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
/src/distrib/hp300/miniroot/
H A Dinstall.md41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
/src/distrib/atari/floppies/prepare/
H A Dinstall.md40 if [ ! -z "$TERM" ]; then
45 TERM="$resp"
46 export TERM
/src/distrib/sun2/miniroot/
H A Dinstall.md41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
/src/distrib/sun3/miniroot/
H A Dinstall.md41 if [ ! -z "$TERM" ]; then
46 TERM="$resp"
47 export TERM
/src/distrib/sparc/
H A Dinstall.md44 if [ ! -z "$TERM" ]; then
49 TERM="$resp"
50 export TERM
/src/distrib/amiga/miniroot/
H A Dinstall.md40 if [ ! -z "$TERM" ]; then
45 TERM="$resp"
46 export TERM
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx6ul-prti6g.dts221 /* TERM */
/src/usr.sbin/certctl/
H A Dcertctl.sh90 trap 'test -n "$tmpfile" && rm -f "$tmpfile"' EXIT HUP INT TERM

Completed in 13 milliseconds

12