/openbsd/regress/bin/ksh/edit/ |
H A D | vi.sh | 24 EDITOR= 30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
|
H A D | emacs.sh | 24 EDITOR= 30 export EDITOR ENV HISTFILE MAIL PS1 VISUAL
|
/openbsd/usr.sbin/sysmerge/ |
H A D | sysmerge.sh | 430 ${EDITOR} ${COMPFILE}.merged 634 [[ -z ${VISUAL} ]] && EDITOR=${EDITOR:-/usr/bin/vi} || EDITOR=${VISUAL}
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | cvsbug.in | 139 if [ -z "$EDITOR" ]; then 142 EDIT="$EDITOR"
|
H A D | options.h.in | 47 * to cvs, or does not have an EDITOR environment variable. I set
|
/openbsd/distrib/syspatch/ |
H A D | README | 72 # ${EDITOR} Makefile.001 77 # ${EDITOR} obj/001_dummy/.plist
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gccbug.in | 136 if [ -z "$EDITOR" ]; then 139 EDIT="$EDITOR"
|
/openbsd/gnu/usr.bin/cvs/contrib/ |
H A D | rcs-to-cvs.sh | 81 ${EDITOR-vi} $message_file
|
/openbsd/sbin/disklabel/ |
H A D | disklabel.c | 79 UNSPEC, EDIT, EDITOR, READ, RESTORE, WRITE enumerator 151 op = EDITOR; in main() 198 if (argc < 1 || (fstabfile && !(op == EDITOR || op == RESTORE || in main() 213 if (op == EDIT || op == EDITOR || aflag) { in main() 252 case EDITOR: in main()
|
/openbsd/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-9 | 255 * EDITOR, environment variable: Committing your changes. 256 * EDITOR, internal variable: Variables. 257 * EDITOR, overriding: Global options. 427 * Overriding EDITOR: Global options.
|
H A D | cvs.info-7 | 55 `-e EDITOR' 56 Edit messages with EDITOR. See *Note Committing your changes::. 1271 default editor for log messages use the `EDITOR' environment variable 1285 that variable is not set, then the environment variable `$EDITOR' is 1338 # Call $EDITOR on FILENAME, and verify that the 1341 if [ "x$EDITOR" = "x" ]; then EDITOR=vi; fi 1342 if [ "x$CVSEDITOR" = "x" ]; then CVSEDITOR=$EDITOR; fi
|
H A D | cvs.info-1 | 326 `$EDITOR' is set, it will be used. If both `$CVSEDITOR' and `$EDITOR' 334 the same thing as `$EDITOR'. 798 Users editing this file. Value is EDITOR > VAL { , EDITOR > VAL } 799 where EDITOR is a username, and VAL is TIME+HOSTNAME+PATHNAME,
|
H A D | cvs.info-8 | 186 `EDITOR' 326 `$EDITOR' 330 commit. `$CVSEDITOR' overrides `$EDITOR'. See *Note Committing
|
H A D | cvs.info-5 | 416 `-e EDITOR' 417 Use EDITOR to enter revision log information. Overrides the 418 setting of the `$CVSEDITOR' and `$EDITOR' environment variables.
|
H A D | cvs.texinfo | 522 @cindex EDITOR, environment variable 543 @code{$EDITOR} are not set then there is a default 554 @code{$EDITOR}. 7698 @cindex EDITOR, overriding 7699 @cindex Overriding EDITOR 7702 setting of the @code{$CVSEDITOR} and @code{$EDITOR} 12064 # Call $EDITOR on FILENAME, and verify that the 12067 if [ "x$EDITOR" = "x" ]; then EDITOR=vi; fi 12540 @itemx EDITOR 12541 @cindex EDITOR, internal variable [all …]
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | git-deltatool | 225 if ( my @editor = split /\s+/, ($ENV{VISUAL} || $ENV{EDITOR}) ) {
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | inc-hist.texinfo | 138 is used: @code{$@{FCEDIT:-$@{EDITOR:-vi@}@}}. This says to use the 140 @env{EDITOR} variable if that is set, or @code{vi} if neither is set.
|
H A D | ChangeLog | 111 * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
|
/openbsd/gnu/lib/libreadline/doc/ |
H A D | hsuser.texinfo | 150 is used: @code{$@{FCEDIT:-$@{EDITOR:-vi@}@}}. This says to use the 152 @env{EDITOR} variable if that is set, or @code{vi} if neither is set.
|
H A D | rluser.texinfo | 1428 @code{$FCEDIT}, @code{$EDITOR}, and @code{emacs}
|
/openbsd/gnu/usr.bin/cvs/ |
H A D | README.VMS | 121 can use -e or define the logical EDITOR to cause CVS to try other
|
H A D | NEWS | 359 * VISUAL is accepted as well as EDITOR. 518 used for log messages instead of the EDITOR environment variable.
|
/openbsd/gnu/usr.bin/cvs/man/ |
H A D | ChangeLog | 25 * cvs.1: Correct CVSEDITOR/VISUAL/EDITOR documentation.
|
/openbsd/usr.bin/less/ |
H A D | less.hlp | 99 v Edit the current file with $VISUAL or $EDITOR.
|
/openbsd/distrib/miniroot/ |
H A D | install.sub | 3617 export EDITOR=ed
|