HomeSort by: relevance | last modified time | path
    Searched refs:EDITOR (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
errors.exp 32 save_vars { env(EDITOR) } {
33 setenv EDITOR true
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
errors.exp 32 save_vars { env(EDITOR) } {
33 setenv EDITOR true
  /src/external/bsd/cron/dist/
pathnames.h 86 /* what editor to use if no EDITOR or VISUAL
92 # define EDITOR _PATH_VI
94 # define EDITOR "/usr/ucb/vi"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
basic-edit-cmd.exp 58 # Setup the EDITOR environment variable to run our helper script, and
61 save_vars { env(EDITOR) } {
62 set env(EDITOR) "echo"
list-ambiguous.exp 21 # Set EDITOR to true to prevent that GDB's edit command starts an actual
22 # editor.
23 setenv EDITOR true
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
basic-edit-cmd.exp 58 # Setup the EDITOR environment variable to run our helper script, and
61 save_vars { env(EDITOR) } {
62 set env(EDITOR) "echo"
list-ambiguous.exp 21 # Set EDITOR to true to prevent that GDB's edit command starts an actual
22 # editor.
23 setenv EDITOR true
  /src/distrib/amd64/cdroms/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/amd64/installimage/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/amd64/installimage-bios/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/evbarm/installimage/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/i386/cdroms/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/i386/installimage/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/sparc64/cdroms/installcd/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/distrib/vax/cdroms/installcd/
install.sh 61 EDITOR=ed
62 export EDITOR
  /src/external/bsd/less/include/
defines.h 58 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
60 * EDIT_PGM is the name of the (default) editor to be invoked.
62 #define EDITOR (!SECURE)
225 /* Define EDIT_PGM to your editor. */
  /src/external/mpl/bind/dist/contrib/scripts/
zone-edit.sh.in 69 if ${VISUAL:-${EDITOR:-/bin/ed}} ${dir}/new; then
  /src/external/bsd/less/dist/
prompt.c 36 #if EDITOR
37 extern char *editor;
283 #if EDITOR
284 case 'E': /* Editor name */
285 ap_str(editor);
510 #if EDITOR
defines.o2 58 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
60 * EDIT_PGM is the name of the (default) editor to be invoked.
62 #define EDITOR (!SECURE)
defines.o9 57 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
59 * EDIT_PGM is the name of the (default) editor to be invoked.
61 #define EDITOR (!SECURE)
defines.wn 58 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
60 * EDIT_PGM is the name of the (default) editor to be invoked.
62 #define EDITOR (!SECURE)
main.c 44 #if EDITOR
45 public char * editor; variable
173 #if EDITOR
174 editor = lgetenv("VISUAL");
175 if (editor == NULL || *editor == '\0')
177 editor = lgetenv("EDITOR");
178 if (isnullenv(editor))
179 editor = EDIT_PGM
    [all...]
  /src/distrib/miniroot/
install.sh 204 ${EDITOR} ${FILESYSTEMS}
299 ${EDITOR} /tmp/hosts
373 ${EDITOR} /tmp/fstab
upgrade.sh 267 ${EDITOR} /tmp/fstab
345 ${EDITOR} /tmp/fstab
  /src/external/gpl2/xcvs/dist/contrib/
rcs-to-cvs.sh 90 ${EDITOR-vi} $message_file

Completed in 63 milliseconds

1 2