Home
last modified time | relevance | path

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

12

/freebsd/usr.sbin/bsdconfig/ttys/
H A Dttys47 : ${EDITOR:=ee}
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 $ETC_TTYS
122 exec $EDITOR $ETC_TTYS
/freebsd/share/examples/ipfw/
H A Dchange_rules.sh60 EDITOR=${EDITOR:-/usr/bin/vi}
117 ${EDITOR} ${edit_file}.new
/freebsd/share/skel/
H A Ddot.profile16 EDITOR=vi; export EDITOR
H A Ddot.mailrc10 set EDITOR=vi
H A Ddot.cshrc20 setenv EDITOR vi
/freebsd/usr.sbin/cron/cron/
H A Dpathnames.h69 #define EDITOR _PATH_VI macro
/freebsd/contrib/tcsh/
H A Ddot.login7 setenv EDITOR vi
/freebsd/usr.sbin/vigr/
H A Dvigr.sh73 ${EDITOR:-/usr/bin/vi} "${tmpfile}"
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc18 setenv EDITOR vi
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc17 setenv EDITOR vi
/freebsd/usr.bin/less/
H A Ddefines.h60 #define EDITOR (!SECURE) macro
/freebsd/bin/csh/
H A Ddot.cshrc23 setenv EDITOR vi
/freebsd/contrib/less/
H A Dprompt.c37 #if EDITOR
331 #if EDITOR in protochar()
H A Dmain.c52 #if EDITOR
326 #if EDITOR in main()
H A Dcommand.c65 #if EDITOR
2157 #if EDITOR in commands()
H A Dless.hlp125 v Edit the current file with $VISUAL or $EDITOR.
H A DNEWS1612 * Less now checks for the environment variable VISUAL before EDITOR.
/freebsd/tools/tools/git/
H A Darcgit87 yes | env EDITOR=true arc diff --create --allow-untracked HEAD~
H A Dgit-arc.sh125 EDITOR=$GIT_EDITOR
362 yes | EDITOR=true \
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh950 $EDITOR ${CONFLICTS}$1
1908 EDITOR=${EDITOR:-/usr/bin/vi}
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c377 editor = EDITOR;
/freebsd/usr.sbin/bsdconfig/share/
H A Dvariable.subr113 setvar $VAR_EDITOR "${EDITOR:-/usr/bin/ee}"
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh888 : ${EDITOR:='/usr/bin/vi'}
2616 Press Enter to edit this file in ${EDITOR} and resolve the conflicts
2625 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips191 powerful editor) instead, set the environment variable EDITOR to /usr/bin/ee
/freebsd/contrib/libedit/
H A DChangeLog506 * vi.c: Respect $EDITOR when execution one (Baptiste Daroussin)
5430 `EDITOR COMMANDS' requested/approved by thorpej
5437 to a new section in editrc(5) called `EDITOR COMMANDS'

12