Searched +refs:sh +refs:set +refs:shell (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10.1/groff-38/groff/arch/djgpp/
H A Dconfig.bat5 Rem of the environment in stock DOS shell.
8 set XSRC=.
11 set XSRC=%1
24 set CONFIG_SITE=%XSRC%/arch/djgpp/config.site
35 set OS=MS-Windows
39 set OS=MS-DOS
45 set HOSTNAME=Unknown PC
48 set HOSTNAME=%USER%'s PC
52 set HOSTNAME=%USERNAME%'s PC
55 set _HOSTNAM
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsh.vim2 " Language: sh
13 set cpo-=C
26 " Change the :browse e filter to primarily show shell-related files.
28 let b:browsefilter="Bourne Shell Scripts (*.sh)\t*.sh\n" .
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim27 set cpo&vim
57 " tcl scripts may have #!/bin/sh in the first line and "exec wish" in the
63 " Bourne-like shell scripts: bash bash2 ksh ksh93 sh
64 if s:name =~ '^\(bash\d*\|\|ksh\d*\|sh\)\>'
79 " Z shell scripts
81 set ft=zsh
85 set ft=tcl
89 set ft=expect
93 set f
[all...]
H A Doptwin.vim23 set cpo&vim
36 " <CR> on a "set" line executes the option line
65 " <Space> on a "set" line refreshes the option line
103 " Update a "set" line in the option window
128 set nomodified
136 set notitle noicon nosc noru
152 " Insert help and a "set" command for each option.
153 call append(0, '" Each "set" line shows the current value of an option (on the left).')
154 call append(1, '" Hit <CR> on a "set" line to execute it.')
159 call append(6, '" Hit <Space> on a "set" lin
[all...]
H A Dfiletype.vim14 set cpo&vim
43 " Function used for patterns that end in a star: don't set the filetype if the
178 " if b:asmsyntax still isn't set, default to asmsyntax or GNU
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.
1610 " Interactive Ruby shell
1713 " Shell scripts (sh, ksh, bash, bash2, csh); Allow .profile_foo etc.
1717 au BufNewFile,BufRead /etc/profile,.profile*,*.sh,*.env call SetFileTypeSH(getline(1))
1725 " Some .sh scripts contain #!/bin/csh.
1729 " Some .sh scripts contain #!/bin/tcsh.
1748 elseif a:name =~ '\<sh\>'
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/ms/
H A Dconfig.bat26 Rem of the environment in stock DOS shell.
32 set ARGS=
33 set NLS=disabled
35 set CACHE=enabled
37 set DEPENDENCY_TRACKING=disabled
39 set XSRC=.
46 set SPECIAL_ARG_SEEN=0
51 if "%1" == "nls" set NLS=enabled
52 if "%1" == "NLS" set NLS=enabled
54 set SPECIAL_ARG_SEE
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dshellmenu.vim1 " When you're writing shell scripts and you are in doubt which test to use,
2 " which shell environment variables are defined, what the syntax of the case
3 " statement is, and you need to invoke 'man sh'?
7 " Attached is a Vim script file for turning gvim into a shell script editor.
65 imenu ParmSub.Substitute word if parm not set ${:-}hhi
66 imenu ParmSub.Set parm to word if not set ${:=}hhi
67 imenu ParmSub.Substitute word if parm set else nothing ${:+}hhi
68 imenu ParmSub.If parm not set print word and exit ${:?}hhi
72 imenu SpShVars.Flags set ${-}
74 imenu SpShVars.Process number of this shell
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A DTEST.mk23 * :TEST: xxx.sh [ :: test-prereq ... :: ] [ args [ : args ... ] ]
49 elif "$(P:N=*@(.sh|$(.SUFFIX.c:/ /|/G)|$(.SUFFIX.C:/ /|/G)))"
56 if "$(P:N=*.sh)"
64 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
94 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
100 set +x; (ulimit -c 0) >/dev/null 2>&1 && ulimit -c 0; set -x
113 for S .c .sh
[all...]
H A Diffe.sh24 # this script is written to make it through all sh variants
29 *x*:[0123456789]*) : bash set -x is broken :; set +ex ;;
112 X) set X11 ;;
116 1) set $1 6 5 4 ;;
173 opt) mm="set in \$PACKAGE_OPTIONS" ;;
355 *) case $define$set in
356 1?*) echo "#define $v $set /* $_report_default */" ;;
357 n?*) echo "$v=$set" ;;
387 echo "$command: your shell botche
[all...]
H A Dmamake.c50 " unit by \b$SHELL\b. There are some shell constructs"
118 #define set(b,o) ((b)->nxt=(b)->buf+(o)) macro
226 char* shell; /* ${SHELL} */ member in struct:__anon9016
251 static char sh[] = "/bin/sh"; variable
474 * if value!=0 then name entry value is created if necessary and set
933 set(tmp, off);
1134 * pass shell action s to ${SHELL:-/bin/sh}
1135 * the -c wrapper ensures that scripts are run in the selected shell
[all...]
H A Dpackage.mk608 HOSTTYPE := $$(shell bin/package)
696 set -- $(package.closure)
736 set -- $(package.dir:P=G)
769 set -- $(package.closure)
774 set -- $(package.dir:P=G)
892 set -- $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F:D::B)
897 set -- $(package.closure:B)
922 set -- $(.package.licenses. --all $(name))
980 set -- $(package.closure)
1023 set
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el0 ;;; sh-script.el --- shell-script editing commands for Emacs
30 ;; Major mode for editing shell scripts. Bourne, C and rc shells as well
33 ;; available for filenames, variables known from the script, the shell and
47 ;; The following description applies to sh and derived shells (bash,
52 ;; sh-indent-for-XXX and sh-indent-after-XXX. For example.
53 ;; sh-indent-after-if controls the indenting of a line following
54 ;; an if statement, and sh-indent-for-fi controls the indentation
57 ;; You can set eac
207 (defgroup sh nil function
[all...]
/macosx-10.10.1/libiconv-42/libiconv/libcharset/djgpp/
H A Dconfig.bat4 Rem of the environment in stock DOS shell.
13 set ARGS=
14 set NLS=disabled
16 set CACHING=enabled
18 set DEPENDENCY_TRACKING=disabled
20 set LIBICONV_PREFIX=disabled
22 set LIBINTL_PREFIX=disabled
24 set HTML=enabled
26 set XSRC=.
40 if "%1" == "no-nls" set NL
[all...]
/macosx-10.10.1/libiconv-42/libiconv/djgpp/
H A Dconfig.bat9 Rem of the environment in stock DOS shell.
18 set ARGS=
19 set NLS=disabled
21 set CACHING=enabled
23 set DEPENDENCY_TRACKING=disabled
25 set LIBICONV_PREFIX=disabled
27 set LIBINTL_PREFIX=disabled
29 set HTML=enabled
31 set XSRC=.
45 if "%1" == "no-nls" set NL
[all...]
/macosx-10.10.1/emacs-93/emacs/nt/
H A Dconfigure.bat33 rem sh.exe.
35 rem sh exists no sh
52 rem [2] fails when needs to invoke shell commands; okay invoking gcc etc.
68 set $foo$=123456789_123456789_123456789_123456789_123
70 set $foo$=
81 set prefix=
82 set nodebug=N
83 set noopt=N
84 set nocygwi
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dzip.vim30 set cpo&vim
64 set report=10
94 set ma
103 set ft=tar
122 set ei=BufReadCmd,FileReadCmd
151 set report=10
195 set report=10
213 set nomod
224 set report=10
297 if (has("win32") || has("win95") || has("win64") || has("win16")) && &shell !~
[all...]
H A Dtar.vim33 set cpo&vim
68 if &shell =~ '\%(\<bash\>\|\<zsh\>\)\%(\.exe\)\=$'
81 " set up shell quoting character
106 set report=10
128 set ma
137 set ft=tar
189 set ei=BufReadCmd,FileReadCmd
209 set report=10
252 set repor
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsh.vim2 " Language: shell (sh) Korn shell (ksh) bash (sh)
8 " For options and settings, please use: :help ft-sh-syntax
19 " handling /bin/sh with is_kornshell/is_sh {{{1
20 " b:is_sh is set when "#! /bin/sh" is found;
22 " or kornshell (typically workstations with Posix "sh").
45 " set u
[all...]
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmd3.c55 * Process a shell escape by saving signals, ignoring signals,
56 * and forking a sh -c
59 shell(str) function
63 char *sh; local
70 if ((sh = value("SHELL")) == NULL)
71 sh = _PATH_BSHELL;
72 (void)run_command(sh, 0, -1, -1, "-c", cmd, NULL);
79 * Fork an interactive shell.
87 char *sh; local
89 if ((sh
434 set(arglist) function
[all...]
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_fi_fi.latin1.vim63 menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Korostus<Tab>:set\ hls!
64 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Ohita\ kirjaintaso<Tab>:set\ ic!
65 menutrans Toggle\ &Showmatch<Tab>:set\ sm! &Suljekorostus<Tab>:set\ sm!
77 menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! S&y�tt�tila<Tab>:set\ im!
78 menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! V&i-tila<Tab>:set\ c
[all...]
H A Dmenu_fr_fr.latin1.vim81 menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Surligner\ recherche\ on/off<Tab>:set\ hls!
82 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! &Ignorer\ casse\ on/off<Tab>:set\ ic!
83 menutrans Toggle\ &Showmatch<Tab>:set\ sm! V�rifier\ parenth&�ses\ on/off<Tab>:set\ sm!
94 menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! I&nsertion\ permanente\ on/off<Tab>:set\ im!
95 menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! &Compatibilit�\ Vi\ on/off<Tab>:set\ c
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex158 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
409 \key{set mark at buffer beginning}{m <}
410 \key{set mark at buffer end}{m >}
411 \key{set mark at point}{m .}
576 \fivecol{}{{\bf shift left}}{{\bf shift right}}{{\bf filter shell command}}{{\bf indent}}
577 \fivecol{region}{< {\it m}}{> {\it m}}{!\ {\it m\/} {\sl shell-com}}{= {\it m}}
578 \fivecol{line}{< <}{> >}{!\ !\ {\sl shell-com}}{= =}
627 \twocol{ex-find-file-shell}{"csh"}
708 \key{{\bf read} in the output of a shell command}{:r {\sl !command}}
713 \key{{\bf write} to the input of a shell comman
[all...]
H A Dvipcard.tex150 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
390 \key{set mark at buffer beginning}{m <}
391 \key{set mark at buffer end}{m >}
392 \key{set mark at point}{m .}
526 \fivecol{}{{\bf shift left}}{{\bf shift right}}{{\bf filter shell command}}{{\bf indent}}
527 \fivecol{region}{< {\it m}}{> {\it m}}{!\ {\it m\/} {\sl shell-com}}{= {\it m}}
528 \fivecol{line}{< <}{> >}{!\ !\ {\sl shell-com}}{= =}
655 \key{{\bf read} in the output of a shell command}{:r!\ {\sl command}}
671 \key{{\bf set} a variable's value}{:se}
672 \key{run a sub{\bf shell} i
[all...]
/macosx-10.10.1/ksh-23/ksh/lib/package/
H A Dpackage.mk608 HOSTTYPE := $$(shell bin/package)
696 set -- $(package.closure)
736 set -- $(package.dir:P=G)
769 set -- $(package.closure)
774 set -- $(package.dir:P=G)
892 set -- $(package.closure:C,.*,$(INSTALLROOT)/&/PROMO.mm,:T=F:D::B)
897 set -- $(package.closure:B)
922 set -- $(.package.licenses. --all $(name))
980 set -- $(package.closure)
1023 set
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsubst.c1 /* subst.c -- The part of the shell that does parameter, command, arithmetic,
42 #include "shell.h"
85 #define EX_COMMAND 0x08 /* extracting a shell script/command */
96 /* Evaluates to 1 if C is one of the shell's special parameters whose length
101 /* Evaluates to 1 if C is one of the shell's special parameters for which an
110 /* Evaluates to 1 if this is one of the shell's special variables. */
375 /* Find the first occurrence of character C in string S, obeying shell
547 is non-zero, and array variables have been compiled into the shell,
662 surrounded by double quotes (and sh has some really weird
723 is set
[all...]

Completed in 231 milliseconds

12