Searched refs:VISUAL (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/bin/ksh/edit/
H A Dvi.sh29 VISUAL=vi
30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
H A Demacs.sh29 VISUAL=emacs
30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgccbug.in136 if [ -z "$VISUAL" ]; then
143 EDIT="$VISUAL"
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcvsbug.in139 if [ -z "$VISUAL" ]; then
146 EDIT="$VISUAL"
/openbsd-current/regress/usr.bin/sdiff/
H A DMakefile75 yes el | VISUAL=cat ${SDIFF} -o merge.out ${.CURDIR}/file1 ${.CURDIR}/file2 >/dev/null || true macro
79 yes er | VISUAL=cat ${SDIFF} -o merge.out ${.CURDIR}/file1 ${.CURDIR}/file2 >/dev/null || true macro
/openbsd-current/usr.sbin/sysmerge/
H A Dsysmerge.sh634 [[ -z ${VISUAL} ]] && EDITOR=${EDITOR:-/usr/bin/vi} || EDITOR=${VISUAL}
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool225 if ( my @editor = split /\s+/, ($ENV{VISUAL} || $ENV{EDITOR}) ) {
230 warn("No VISUAL or EDITOR defined");
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dperlbug.PL267 $ed = $opt{e} || $ENV{VISUAL} || $ENV{EDITOR} || $ENV{EDIT}

Completed in 214 milliseconds