Searched refs:SHELL (Results 1 - 25 of 59) sorted by relevance

123

/src/usr.bin/make/unit-tests/
H A Dvarname-dot-shell.mk3 # Tests for the special .SHELL variable, which contains the shell used for
10 ORIG_SHELL:= ${.SHELL}
12 .SHELL= overwritten
13 .if ${.SHELL} != ${ORIG_SHELL}
19 .MAKEFLAGS: .SHELL+=appended
20 .if ${.SHELL} != ${ORIG_SHELL}
27 .undef .SHELL
28 .SHELL= newly overwritten
29 .if ${.SHELL} != ${ORIG_SHELL}
H A Dvarname-dot-shell.exp1 Parsing varname-dot-shell.mk:10: ORIG_SHELL:= ${.SHELL}
3 Var_Parse: ${.SHELL} (eval-keep-dollar-and-undefined)
4 Global: ignoring delete '.SHELL' as it is not found
5 Command: .SHELL = (details omitted)
7 Parsing varname-dot-shell.mk:12: .SHELL= overwritten
8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
9 Parsing varname-dot-shell.mk:13: .if ${.SHELL} != ${ORIG_SHELL}
10 CondParser_Eval: ${.SHELL} != ${ORIG_SHELL}
11 Var_Parse: ${.SHELL} != ${ORIG_SHELL} (eval-defined-loud)
14 Parsing varname-dot-shell.mk:19: .MAKEFLAGS: .SHELL
[all...]
H A Ddeptgt-shell.mk3 # Tests for the special target .SHELL in dependency declarations.
H A Dshell-custom.mk5 .SHELL: name="sh" path="echo"
H A Dshell-sh.mk6 .SHELL: name="sh"
H A Dsh-errctl.mk14 .SHELL: \
16 path="${.SHELL}" \
H A Dvardebug.mk66 # By default, .SHELL is not defined and thus can be set. As soon as it is
69 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
70 .MAKEFLAGS: .SHELL=overwritten
H A Dvardebug.exp61 Global: ignoring delete '.SHELL' as it is not found
62 Command: .SHELL = </path/to/shell>
63 Command: ignoring '.SHELL = overwritten' as it is read-only
H A Dshell-ksh.mk11 .SHELL: name="ksh" path="${KSH}"
H A Dopt-jobs-no-action.mk27 .SHELL: \
29 path=${.SHELL} \
H A Dopt-debug-graph2.exp80 .SHELL = <details omitted>
H A Dopt-debug-graph3.exp80 .SHELL = <details omitted>
H A Dshell-csh.mk11 .SHELL: name="csh" path="${CSH}"
/src/distrib/amd64/cdroms/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/amd64/installimage/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/amd64/installimage-bios/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/evbarm/installimage/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/i386/cdroms/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/i386/installimage/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/sparc64/cdroms/installcd/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/distrib/vax/cdroms/installcd/
H A Dinstall.sh63 SHELL=/bin/sh
64 export SHELL
103 ${SHELL} -i -E
115 exec ${SHELL} -E
/src/games/hack/
H A Dconfig.h119 #define SHELL /* do not delete the '!' command */ macro
/src/bin/kill/
H A Dkill.c33 #if !defined(lint) && !defined(SHELL)
60 #ifdef SHELL /* sh (aka ash) builtin */
64 #endif /* SHELL */
178 #ifdef SHELL
199 #ifdef SHELL
260 #ifndef SHELL
/src/bin/sh/bltin/
H A Dbltin.h44 * If SHELL is defined, we try to map the standard UNIX library routines
51 #ifdef SHELL
95 #else /* ! SHELL */
100 #endif /* ! SHELL */
/src/usr.bin/tip/
H A Dcmds.c583 if ((cp = strrchr(value(SHELL), '/')) == NULL)
584 cp = value(SHELL);
587 (void)execl(value(SHELL), cp, NULL);
684 if ((cp = strrchr(value(SHELL), '/')) == NULL)
685 cp = value(SHELL);
688 (void)execl(value(SHELL), cp, "-c", s, NULL);
870 Shell = value(SHELL);

Completed in 7 milliseconds

123