Home
last modified time | relevance | path

Searched refs:EDITOR (Results 1 – 25 of 29) 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/contrib/less/
H A Dprompt.c36 #if EDITOR
305 #if EDITOR in protochar()
H A Dmain.c52 #if EDITOR
341 #if EDITOR in ecalloc()
345 editor = lgetenv("EDITOR"); in ecalloc()
H A Dcommand.c55 #if EDITOR
1883 #if EDITOR in commands()
H A Dless.hlp116 v Edit the current file with $VISUAL or $EDITOR.
H A DNEWS1200 * Less now checks for the environment variable VISUAL before EDITOR.
/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/contrib/dialog/samples/copifuncs/
H A Dcopi.trnrc13 export NEWSHEADER HIDELINE TRNINIT ATTRIBUTION MAILCALL YOUSAID EDITOR
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A D.cshrc18 setenv EDITOR vi
/freebsd/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/tools/tools/nanobsd/rescue/Files/root/
H A D.cshrc17 setenv EDITOR vi
/freebsd/bin/csh/
H A Ddot.cshrc23 setenv EDITOR vi
/freebsd/tools/tools/git/
H A Darcgit87 yes | env EDITOR=true arc diff --create --allow-untracked HEAD~
H A Dgit-arc.sh304 yes | env EDITOR=true \
818 EDITOR=$GIT_EDITOR
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh948 $EDITOR ${CONFLICTS}$1
1773 # - EDITOR
1898 # Use $EDITOR for resolving conflicts. If it is not set, default to vi.
1899 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.sh883 : ${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

12