Home
last modified time | relevance | path

Searched refs:EDITOR (Results 1 – 25 of 36) sorted by relevance

12

/NextBSD/usr.sbin/bsdconfig/ttys/
HDttys48 : ${EDITOR:=ee}
90 case "$EDITOR" in
92 [ -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_TTYS
123 exec $EDITOR $ETC_TTYS
/NextBSD/release/picobsd/floppy.tree/etc/
HDprofile4 EDITOR=ee; export EDITOR
/NextBSD/usr.sbin/cron/cron/
HDpathnames.h70 # define EDITOR _PATH_VI macro
72 # define EDITOR "/usr/ucb/vi" macro
/NextBSD/share/examples/ipfw/
HDchange_rules.sh59 EDITOR=${EDITOR:-/usr/bin/vi}
116 ${EDITOR} ${edit_file}.new
/NextBSD/share/skel/
HDdot.profile18 EDITOR=vi; export EDITOR
HDdot.mailrc11 set EDITOR=vi
HDdot.cshrc22 setenv EDITOR vi
/NextBSD/contrib/less/
HDprompt.c33 #if EDITOR
297 #if EDITOR
526 #if EDITOR
HDmain.c42 #if EDITOR
170 #if EDITOR
HDcommand.c52 #if EDITOR
1519 #if EDITOR in commands()
/NextBSD/usr.sbin/vigr/
HDvigr.sh74 ${EDITOR:-/usr/bin/vi} "${tmpfile}"
/NextBSD/release/picobsd/build/
HDpicobsd107 EDITOR=${EDITOR:-vi}
312 K) ${EDITOR} ${MY_TREE}/PICOBSD ;;
314 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
/NextBSD/contrib/gcc/
HDgccbug.in140 if [ -z "$EDITOR" ]; then
143 EDIT="$EDITOR"
/NextBSD/tools/tools/nanobsd/pcengines/Files/root/
HD.cshrc19 setenv EDITOR vi
/NextBSD/usr.bin/less/
HDdefines.h61 #define EDITOR (!SECURE) macro
/NextBSD/etc/root/
HDdot.cshrc20 setenv EDITOR vi
/NextBSD/tools/tools/nanobsd/rescue/Files/root/
HD.cshrc18 setenv EDITOR vi
/NextBSD/release/picobsd/mfs_tree/etc/
HDlogin.conf44 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
/NextBSD/contrib/libreadline/examples/rlfe/
HDChangeLog17 * line options; use EDITOR/VISUAL to set vi/emacs preference.
HDREADME46 but if the the environment variable EDITOR is set to "vi" that
/NextBSD/usr.sbin/etcupdate/
HDetcupdate.sh886 $EDITOR ${CONFLICTS}$1
1731 EDITOR=${EDITOR:-/usr/bin/vi}
/NextBSD/usr.sbin/cron/crontab/
HDcrontab.c386 editor = EDITOR;
/NextBSD/usr.sbin/freebsd-update/
HDfreebsd-update.sh751 : ${EDITOR:='/usr/bin/vi'}
2409 Press Enter to edit this file in ${EDITOR} and resolve the conflicts
2413 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty
/NextBSD/usr.sbin/bsdconfig/share/
HDvariable.subr114 setvar $VAR_EDITOR "${EDITOR:-/usr/bin/ee}"
/NextBSD/contrib/libreadline/doc/
HDhsuser.texi153 is used: @code{$@{FCEDIT:-$@{EDITOR:-vi@}@}}. This says to use the
155 @env{EDITOR} variable if that is set, or @code{vi} if neither is set.

12