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

/freebsd-current/usr.sbin/bsdconfig/ttys/
H A Dttys47 : ${EDITOR:=ee}
87 # Make sure $EDITOR exists and is executable
89 case "$EDITOR" in
91 [ -e "$EDITOR" ] ||
92 f_die 1 "$msg_no_such_file_or_directory" "$pgm" "$EDITOR"
93 [ -x "$EDITOR" ] ||
94 f_die 1 "$msg_permission_denied" "$pgm" "$EDITOR"
97 f_have "$EDITOR" ||
98 f_die 1 "$msg_no_such_file_or_directory" "$pgm" "$EDITOR"
120 exec $X11TERM $X11TERM_OPTS -e $EDITOR
[all...]
/freebsd-current/usr.sbin/cron/cron/
H A Dpathnames.h66 /* what editor to use if no EDITOR or VISUAL
69 #define EDITOR _PATH_VI macro
/freebsd-current/share/examples/ipfw/
H A Dchange_rules.sh32 # Invoke this script to edit ${firewall_script}. It will call ${EDITOR},
60 EDITOR=${EDITOR:-/usr/bin/vi}
117 ${EDITOR} ${edit_file}.new
/freebsd-current/usr.sbin/vigr/
H A Dvigr.sh73 ${EDITOR:-/usr/bin/vi} "${tmpfile}"
/freebsd-current/usr.bin/less/
H A Ddefines.h56 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
60 #define EDITOR (!SECURE) macro
/freebsd-current/contrib/less/
H A Dprompt.c34 #if EDITOR
281 #if EDITOR
508 #if EDITOR
H A Dmain.c42 #if EDITOR
175 #if EDITOR
179 editor = lgetenv("EDITOR");
H A Dcommand.c61 #if EDITOR
1754 #if EDITOR
/freebsd-current/contrib/tcsh/
H A Dtc.func.c527 if ((ep = getenv("EDITOR")) != NULL) { /* if we have a value */
574 * or as $EDITOR or $VISUAL (if $editors not set), fg it.
/freebsd-current/tools/tools/git/
H A Darcgit87 yes | env EDITOR=true arc diff --create --allow-untracked HEAD~
H A Dgit-arc.sh290 yes | env EDITOR=true \
794 # git commands use GIT_EDITOR instead of EDITOR, so try to provide consistent
798 EDITOR=$GIT_EDITOR
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh948 $EDITOR ${CONFLICTS}$1
1770 # - EDITOR
1895 # Use $EDITOR for resolving conflicts. If it is not set, default to vi.
1896 EDITOR=${EDITOR:-/usr/bin/vi}
/freebsd-current/usr.sbin/cron/crontab/
H A Dcrontab.c376 (editor = getenv("EDITOR")) == NULL) {
377 editor = EDITOR;
/freebsd-current/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh882 # Set EDITOR to /usr/bin/vi if it isn't already set
883 : ${EDITOR:='/usr/bin/vi'}
2596 Press Enter to edit this file in ${EDITOR} and resolve the conflicts
2605 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty

Completed in 146 milliseconds