Searched refs:EDITOR (Results 1 – 25 of 36) sorted by relevance
12
48 : ${EDITOR:=ee}90 case "$EDITOR" in92 [ -e "$EDITOR" ] ||93 f_die 1 "$msg_no_such_file_or_directory" "$pgm" "$EDITOR"94 [ -x "$EDITOR" ] ||95 f_die 1 "$msg_permission_denied" "$pgm" "$EDITOR"98 f_have "$EDITOR" || 99 f_die 1 "$msg_no_such_file_or_directory" "$pgm" "$EDITOR"121 exec $X11TERM $X11TERM_OPTS -e $EDITOR $ETC_TTYS123 exec $EDITOR $ETC_TTYS
4 EDITOR=ee; export EDITOR
70 # define EDITOR _PATH_VI macro72 # define EDITOR "/usr/ucb/vi" macro
59 EDITOR=${EDITOR:-/usr/bin/vi}116 ${EDITOR} ${edit_file}.new
18 EDITOR=vi; export EDITOR
11 set EDITOR=vi
22 setenv EDITOR vi
33 #if EDITOR297 #if EDITOR526 #if EDITOR
42 #if EDITOR170 #if EDITOR
52 #if EDITOR1519 #if EDITOR in commands()
74 ${EDITOR:-/usr/bin/vi} "${tmpfile}"
107 EDITOR=${EDITOR:-vi}312 K) ${EDITOR} ${MY_TREE}/PICOBSD ;;314 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
140 if [ -z "$EDITOR" ]; then143 EDIT="$EDITOR"
19 setenv EDITOR vi
61 #define EDITOR (!SECURE) macro
20 setenv EDITOR vi
18 setenv EDITOR vi
44 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
17 * line options; use EDITOR/VISUAL to set vi/emacs preference.
46 but if the the environment variable EDITOR is set to "vi" that
886 $EDITOR ${CONFLICTS}$11731 EDITOR=${EDITOR:-/usr/bin/vi}
386 editor = EDITOR;
751 : ${EDITOR:='/usr/bin/vi'}2409 Press Enter to edit this file in ${EDITOR} and resolve the conflicts2413 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty
114 setvar $VAR_EDITOR "${EDITOR:-/usr/bin/ee}"
153 is used: @code{$@{FCEDIT:-$@{EDITOR:-vi@}@}}. This says to use the155 @env{EDITOR} variable if that is set, or @code{vi} if neither is set.