Searched refs:EDITOR (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/regress/bin/ksh/edit/
H A Dvi.sh24 EDITOR=
30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
H A Demacs.sh24 EDITOR=
30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
/openbsd-current/gnu/usr.bin/cvs/contrib/
H A Drcs-to-cvs.sh81 ${EDITOR-vi} $message_file
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgccbug.in137 if [ -z "$EDITOR" ]; then
140 EDIT="$EDITOR"
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dcvsbug.in140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
/openbsd-current/usr.sbin/sysmerge/
H A Dsysmerge.sh430 ${EDITOR} ${COMPFILE}.merged
634 [[ -z ${VISUAL} ]] && EDITOR=${EDITOR:-/usr/bin/vi} || EDITOR=${VISUAL}
/openbsd-current/sbin/disklabel/
H A Ddisklabel.c79 UNSPEC, EDIT, EDITOR, READ, RESTORE, WRITE enumerator in enum:__anon1
151 op = EDITOR;
198 if (argc < 1 || (fstabfile && !(op == EDITOR || op == RESTORE ||
213 if (op == EDIT || op == EDITOR || aflag) {
252 case EDITOR:
681 ed = getenv("EDITOR");
/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}
/openbsd-current/distrib/miniroot/
H A Dinstall.sub3622 export EDITOR=ed
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm1040 find_exe("more",\@path) || ($^O eq 'MacOS' ? $ENV{EDITOR} : 0 )

Completed in 223 milliseconds