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

/freebsd-11-stable/usr.sbin/bsdconfig/ttys/
H A Dttys48 : ${EDITOR:=ee}
88 # Make sure $EDITOR exists and is executable
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
[all...]
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpathnames.h64 /* what editor to use if no EDITOR or VISUAL
67 #define EDITOR _PATH_VI macro
/freebsd-11-stable/share/examples/ipfw/
H A Dchange_rules.sh31 # Invoke this script to edit ${firewall_script}. It will call ${EDITOR},
59 EDITOR=${EDITOR:-/usr/bin/vi}
116 ${EDITOR} ${edit_file}.new
/freebsd-11-stable/usr.sbin/vigr/
H A Dvigr.sh74 ${EDITOR:-/usr/bin/vi} "${tmpfile}"
/freebsd-11-stable/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-11-stable/contrib/less/
H A Dprompt.c33 #if EDITOR
301 #if EDITOR
535 #if EDITOR
H A Dmain.c42 #if EDITOR
175 #if EDITOR
179 editor = lgetenv("EDITOR");
H A Dcommand.c56 #if EDITOR
1719 #if EDITOR
/freebsd-11-stable/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-11-stable/release/picobsd/mfs_tree/etc/
H A Dlogin.conf44 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd103 # EDITOR is the editor you use
107 EDITOR=${EDITOR:-vi}
312 K) ${EDITOR} ${MY_TREE}/PICOBSD ;;
314 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh898 $EDITOR ${CONFLICTS}$1
1625 # - EDITOR
1742 # Use $EDITOR for resolving conflicts. If it is not set, default to vi.
1743 EDITOR=${EDITOR:-/usr/bin/vi}
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c389 && (!(editor = getenv("EDITOR")))
391 editor = EDITOR;
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh795 # Set EDITOR to /usr/bin/vi if it isn't already set
796 : ${EDITOR:='/usr/bin/vi'}
2464 Press Enter to edit this file in ${EDITOR} and resolve the conflicts
2468 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty

Completed in 283 milliseconds