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

/macosx-10.9.5/cron-39/cron/
H A Dpathnames.h76 /* what editor to use if no EDITOR or VISUAL
80 # define EDITOR _PATH_VI macro
82 # define EDITOR "/usr/ucb/vi" macro
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dedprocs.tcl50 if {[info exists env(EDITOR)]} {
51 set editor $env(EDITOR)
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dbrowse38 if {[info exists env(EDITOR)]} {
39 eval exec $env(EDITOR) $file &
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dbrowse36 if {[info exists env(EDITOR)]} {
37 eval exec $env(EDITOR) $file &
/macosx-10.9.5/less-23/
H A Ddefines.h56 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
60 #define EDITOR (!SECURE) macro
/macosx-10.9.5/bind9-45.100/bind9/contrib/
H A Dzone-edit.sh.in77 if ${VISUAL:-${EDITOR:-/bin/ed}} ${dir}/new
/macosx-10.9.5/less-23/less/
H A Dprompt.c35 #if EDITOR
299 #if EDITOR
524 #if EDITOR
H A Ddefines.h.in55 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
59 #define EDITOR (!SECURE)
H A Ddefines.o259 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
63 #define EDITOR (!SECURE)
H A Ddefines.o958 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
62 #define EDITOR (!SECURE)
H A Ddefines.wn59 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
63 #define EDITOR (!SECURE)
H A Dmain.c55 #if EDITOR
183 #if EDITOR
187 editor = lgetenv("EDITOR");
H A Ddefines.ds58 * EDITOR is 1 if you wish to allow editor invocation (the "v" command).
62 #define EDITOR (!SECURE)
H A Dcommand.c51 #if EDITOR
1422 #if EDITOR
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.func.c496 if ((ep = getenv("EDITOR")) != NULL) { /* if we have a value */
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dbcsh.sh37 # + edit any command via $EDITOR or $VISUAL editors
121 # CMND~e edit CMND using $EDITOR, where CMND may be found
153 # EDITOR editor used by ~e command, default = "ed"
312 EDITOR=${EDITOR-ed}
376 export histfile savehist history aliasfile EDITOR VISUAL PAGER cmdno PS1 PS2
906 $EDITOR /tmp/bcsh$$
/macosx-10.9.5/sudo-72/src/
H A Dconfig.h22 #define EDITOR _PATH_VI macro
27 /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
H A Dconfig.h.in21 #undef EDITOR
26 /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env
H A Ddefaults.c497 def_editor = estrdup(EDITOR);
/macosx-10.9.5/cron-39/crontab/
H A Dcrontab.c452 && (!(editor = getenv("EDITOR")))
454 editor = EDITOR;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabap.vim45 syn keyword abapStatement EDITOR-CALL ELSE ELSEIF END-OF-DEFINITION END-OF-PAGE END-OF-SELECTION ENDAT ENDCASE ENDDO ENDEXEC ENDFORM ENDFUNCTION ENDIF ENDIFEND ENDLOOP ENDMODULE ENDON ENDPROVIDE ENDSELECT ENDWHILE EXEC EXPORT EXPORTING EXTRACT
H A Dtcsh.vim56 syn keyword tcshEnvVar contained AFSUSER COLUMNS DISPLAY EDITOR GROUP HOME HOST HOSTTYPE HPATH LANG LC_CTYPE LINES LS_COLORS MACHTYPE NOREBIND OSTYPE PATH PWD REMOTEHOST SHLVL SYSTYPE TERM TERMCAP USER VENDOR VISUAL
H A Dsh.vim254 syn keyword kshSpecialVariables contained CDPATH COLUMNS EDITOR ENV ERRNO FCEDIT FPATH HISTFILE HISTSIZE HOME IFS LINENO LINES MAIL MAILCHECK MAILPATH OLDPWD OPTARG OPTIND PATH PPID PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELL TMOUT VISUAL
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dvariables.sh607 for v in EDITOR VISUAL OPTIND CDPATH FPATH PATH ENV LINENO RANDOM SECONDS _

Completed in 118 milliseconds