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

1234

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/
H A DMakefile5 SH := $(PWD:B:/[0-9]*$//:N=ksh*:-ksh) /* name of the shell program */
10 RELEASE := $(SH:/.*sh//)
14 * set these variables to 1 to enable, 0 to disable, null to probe
18 SHOPT_2DMATCH == 1 /* two dimensional .sh.match for ${var//pat/str} */
25 SHOPT_BRACEPAT == 1 /* C-shell {...,...} expansions (, required) */
38 SHOPT_KIA == 1 /* shell information database generation */
47 SHOPT_REMOTE == /* enable --rc if running as a remote shell */
50 SHOPT_STATS == 1 /* add .sh.stats variable */
51 SHOPT_SUID_EXEC == 1 /* allow (safe) suid/sgid shell scripts */
53 SHOPT_TIMEOUT == /* number of seconds for shell timeou
[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.
74 imenu SpShVars.Process number of this shell ${$}
106 imenu Set.mark modified or modified variables set -a
113 imenu Set.Treat unset variables as an error when substituting set -u
114 imenu Set.Print shell input lines as they are read set -v
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DMANIFEST34 lib/sh d
70 variables.c f
81 shell.c f
111 variables.h f
119 shell.h f
200 builtins/psize.sh f
334 lib/readline/shell.c f
377 lib/sh/Makefile.in f
378 lib/sh/clktck.c f
379 lib/sh/cloc
[all...]
H A DAUTHORS25 variables.c Brian Fox, Chet Ramey
35 shell.c Brian Fox, Chet Ramey
61 variables.h Brian Fox, Chet Ramey
71 shell.h Brian Fox, Chet Ramey
147 builtins/psize.sh Chet Ramey, Brian Fox
299 support/pagesize.sh Chet Ramey, Brian Fox
308 support/bashbug.sh Chet Ramey
313 support/install.sh MIT X Consortium (X11R5)
337 examples/scripts/adventure.sh Chet Ramey, Doug Gwyn
338 examples/scripts/bcsh.sh Chri
[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
[all...]
/macosx-10.10.1/zsh-61/zsh/Test/
H A DA01grammar.ztst63 0:Basic current shell list with error
78 (exec /bin/sh; echo bar)
85 (exec -a /bin/SPLATTER /bin/sh -c 'echo $0')
89 (exec -a/bin/SPLOOSH /bin/sh -c 'echo $0')
93 (export FOO=bar; exec -c /bin/sh -c 'echo x${FOO}x')
175 0:enhanced `for' syntax with two loop variables
182 0:enhanced `for' syntax with three loop variables
267 ## Select now reads from stdin if the shell is not interactive.
299 # Current shell execution with try/always form.
484 print -u $ZTST_fd 'This test hangs the shell whe
[all...]
/macosx-10.10.1/xar-254/xar/
H A DINSTALL73 above with ./autogen.sh.
101 xml2-config in your shell's path, or when you want to use a copy of
102 xml2-config that is not in your shell's path at all.
104 Optionally, define environment variables when invoking configure, including (not
126 Optionally, define make variables when invoking make, including (not
/macosx-10.10.1/less-25/less/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A DviperCard.tex576 \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 command}{:w {\sl !command}}
716 \key{run a sub{\bf shell} in a window}{:sh}
717 \key{execute shell command {\sl command}}{:!\ {\sl command}}
718 \key{execute previous shell comman
[all...]
H A Dvipcard.tex526 \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}}
672 \key{run a sub{\bf shell} in a window}{:sh}
673 \key{execute shell command {\sl command}}{:!\ {\sl command}}
682 % Local variables:
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dtestsuite1 #! /bin/sh
12 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13 emulate sh
23 DUALCASE=1; export DUALCASE # for MKS sh
36 echo "#! /bin/sh" >conf$$.sh
37 echo "exit 0" >>conf$$.sh
38 chmod +x conf$$.sh
39 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44 rm -f conf$$.sh
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/testsuite/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
17 DUALCASE=1; export DUALCASE # for MKS sh
18 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19 emulate sh
45 echo "#! /bin/sh" >conf$$.sh
46 echo "exit 0" >>conf$$.sh
47 chmod +x conf$$.sh
48 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/png/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/groff-38/groff/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
14 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15 emulate sh
25 DUALCASE=1; export DUALCASE # for MKS sh
38 echo "#! /bin/sh" >conf$$.sh
39 echo "exit 0" >>conf$$.sh
40 chmod +x conf$$.sh
41 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/
H A Dconfigure1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
14 DUALCASE=1; export DUALCASE # for MKS sh
15 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
42 echo "#! /bin/sh" >conf$$.sh
43 echo "exit 0" >>conf$$.sh
44 chmod +x conf$$.sh
45 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/bmp/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pcx/
H A Dconfigure1 #! /bin/sh
3 # Guess values for system-dependent variables and create Makefiles.
15 DUALCASE=1; export DUALCASE # for MKS sh
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17 emulate sh
43 echo "#! /bin/sh" >conf$$.sh
44 echo "exit 0" >>conf$$.sh
45 chmod +x conf$$.sh
46 if (PATH="/nonexistent;."; conf$$.sh) >/de
[all...]

Completed in 720 milliseconds

1234