Home
last modified time | relevance | path

Searched refs:SHELL (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/
H A DMakefile1477 SHELL = /bin/sh macro
1482 MKDIR_P = $(SHELL) install-sh -c -d
2623 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2625 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2627 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2629 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2631 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2633 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2635 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
2637 -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
[all …]
H A DMake_cyg_ming.mak194 # $PATH, then $SHELL is set to "sh.exe" (without any path). In this case,
198 # then $SHELL is set with the actual path of sh.exe (e.g.
201 # If it is executed by the "make" command from cmd.exe, $SHELL is set to
206 # $SHELL is set with the unix-style path (e.g. "/bin/bash").
209 ifneq (sh.exe, $(SHELL))
1304 ifneq (sh.exe, $(SHELL))
/vim-8.2.3635/src/po/
H A DMake_ming.mak14 ifeq (sh.exe, $(SHELL))
25 ifeq (sh.exe, $(SHELL))
37 ifeq (sh.exe, $(SHELL))
47 ifeq (sh.exe, $(SHELL))
113 ifeq (sh.exe, $(SHELL))
H A DMakefile13 SHELL = /bin/sh macro
/vim-8.2.3635/runtime/syntax/
H A Ddockerfile.vim22 …G CMD COPY ENTRYPOINT ENV EXPOSE HEALTHCHECK LABEL MAINTAINER ONBUILD RUN SHELL STOPSIGNAL USER VO…
30 syntax match dockerfileInstruction contained /\v<(SHELL|VOLUME)>/ contains=dockerfile…
H A Dtf.vim24 syn keyword tfVar HOME LANG MAIL SHELL TERM TFHELP TFLIBDIR TFLIBRARY TZ contained
97 syn keyword tfHook PROCESS PROMPT PROXY REDEF RESIZE RESUME SEND SHADOW SHELL
H A Dbasic.vim66 syn keyword basicStatement SHELL shell Shell SLEEP sleep Sleep
H A Dsh.vim344 …EADLINE_LINE READLINE_LINE READLINE_POINT READLINE_POINT REPLY SECONDS SHELL SHELL SHELLOPTS SHLVL…
353 …MAILPATH OLDPWD OPTARG OPTIND PATH PPID PS1 PS2 PS3 PS4 PWD RANDOM REPLY SECONDS SHELL TMOUT VISUAL
H A Dfreebasic.vim102 syn keyword freebasicEnviron SHELL SYSTEM WINDOWTITLE POINTERS
/vim-8.2.3635/src/testdir/
H A Dtest_shell.vim216 " Test for using the shell set in the $SHELL environment variable
224 let $SHELL = 'C:\with space\cmd.exe'
227 let $SHELL = '/bin/with space/sh'
H A Ddos.vim2 " Always use "COMMAND.COM", don't use the value of "$SHELL".
H A Dunix.vim2 " Always use "sh", don't use the value of "$SHELL".
H A DMake_ming.mak10 SHELL = cmd.exe macro
/vim-8.2.3635/src/tee/
H A DMakefile6 ifneq (sh.exe, $(SHELL))
/vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/
H A Dshellmenu.vim85 imenu Environ.SHELL ${SHELL}
/vim-8.2.3635/src/xxd/
H A DMake_ming.mak18 ifneq (sh.exe, $(SHELL))
/vim-8.2.3635/src/GvimExt/
H A DMake_ming.mak40 ifneq (sh.exe, $(SHELL))
/vim-8.2.3635/runtime/doc/
H A Dos_dos.txt279 "cmd.exe" on Windows NT. If SHELL is defined, Vim uses SHELL instead, and if
280 SHELL is not defined but COMSPEC is, Vim uses COMSPEC. Vim starts external
H A Dos_mac.txt107 let s:path = system("echo echo VIMPATH'${PATH}' | $SHELL -l")
H A Dstarting.txt765 1. Set the 'shell' and 'term' option *SHELL* *COMSPEC* *TERM*
766 The environment variable SHELL, if it exists, is used to set the
768 if SHELL is not set.
H A Ddigraph.txt1250 〔 (' 3014 12308 LEFT TORTOISE SHELL BRACKET
1251 〕 )' 3015 12309 RIGHT TORTOISE SHELL BRACKET
H A Dindent.txt1041 SHELL *ft-sh-indent*
H A Dpi_netrw.txt2030 ssh-agent $SHELL
2254 MARKED FILES, ARBITRARY SHELL COMMAND *netrw-mx* {{{2
2274 MARKED FILES, ARBITRARY SHELL COMMAND, EN BLOC *netrw-mX* {{{2
H A Dtags5142 SHELL starting.txt /*SHELL*
/vim-8.2.3635/src/auto/
H A Dconfigure231 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
233 CONFIG_SHELL=$SHELL as_have_required=yes
276 SHELL=${CONFIG_SHELL-/bin/sh}
277 export SHELL
1616 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1619 $SHELL "$ac_srcdir/configure" --help=recursive
2647 SHELL = /bin/sh
15241 SHELL=\${CONFIG_SHELL-$SHELL}
15242 export SHELL
15776 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
[all …]

12