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

/freebsd-10.1-release/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-10.1-release/usr.sbin/cron/cron/
H A Dpathnames.h66 /* what editor to use if no EDITOR or VISUAL
70 # define EDITOR _PATH_VI macro
72 # define EDITOR "/usr/ucb/vi" macro
/freebsd-10.1-release/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-10.1-release/usr.bin/less/
H A Ddefines.h57 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
61 #define EDITOR (!SECURE) macro
/freebsd-10.1-release/contrib/less/
H A Dprompt.c33 #if EDITOR
297 #if EDITOR
526 #if EDITOR
H A Dmain.c42 #if EDITOR
173 #if EDITOR
177 editor = lgetenv("EDITOR");
H A Dcommand.c51 #if EDITOR
1505 #if EDITOR
/freebsd-10.1-release/contrib/tcsh/
H A Dtc.func.c496 if ((ep = getenv("EDITOR")) != NULL) { /* if we have a value */
/freebsd-10.1-release/release/picobsd/mfs_tree/etc/
H A Dlogin.conf44 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,EDITOR=/usr/bin/ee:\
/freebsd-10.1-release/contrib/gcc/
H A Dgccbug.in141 if [ -z "$EDITOR" ]; then
144 EDIT="$EDITOR"
/freebsd-10.1-release/release/picobsd/build/
H A Dpicobsd103 # EDITOR is the editor you use
107 EDITOR=${EDITOR:-vi}
354 K) ${EDITOR} ${MY_TREE}/PICOBSD ;;
356 E) ${EDITOR} ${MY_TREE}/crunch.conf ;;
/freebsd-10.1-release/usr.sbin/etcupdate/
H A Detcupdate.sh885 $EDITOR ${CONFLICTS}$1
1612 # - EDITOR
1729 # Use $EDITOR for resolving conflicts. If it is not set, default to vi.
1730 EDITOR=${EDITOR:-/usr/bin/vi}
/freebsd-10.1-release/usr.sbin/cron/crontab/
H A Dcrontab.c384 && (!(editor = getenv("EDITOR")))
386 editor = EDITOR;
/freebsd-10.1-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh729 # Set EDITOR to /usr/bin/vi if it isn't already set
730 : ${EDITOR:='/usr/bin/vi'}
2388 Press Enter to edit this file in ${EDITOR} and resolve the conflicts
2392 ${EDITOR} `pwd`/merge/new/${F} < /dev/tty

Completed in 208 milliseconds