/src/etc/ |
nsswitch.conf | 17 shells: files key 29 # shells: dns, files, nis
|
Makefile | 107 rc.shutdown remote rpc security security.conf services shells \
|
/src/usr.bin/make/unit-tests/ |
cmdline-redirect-stdin.mk | 22 # probably buffers its input. Most shells use unbuffered stdin, and this
|
opt-debug-jobs.mk | 4 # running jobs in multiple shells.
|
/src/share/man/man5/ |
Makefile | 17 security.conf.5 services.5 shells.5 \
|
/src/usr.bin/getent/ |
getent.c | 82 static int shells(int, char *[]); 107 { "shells", shells, }, 816 * shells 820 shells(int argc, char *argv[]) function in typeref:typename:int
|
/src/usr.bin/make/ |
job.c | 232 * The name of the shell is the basename for the predefined shells, such as 233 * "sh", "csh", "bash". For custom shells, it is the full pathname, and its 263 * The name of the shell. For Bourne and C shells, this is used only 265 * .SHELL target. For user-defined shells, this is the full path of 343 * Descriptions for various shells. 347 * select one of the predefined shells as the default shell. 354 * set defined here, or add additional shells. 372 static Shell shells[] = { variable in typeref:typename:Shell[] 379 * sh-compatible shells. 477 static Shell *shell = &shells[DEFSHELL_INDEX] [all...] |
/src/tests/usr.bin/indent/ |
fmt_decl.c | 700 static Shell shells[] = { variable in typeref:typename:Shell[]
|