/src/etc/ |
nsswitch.conf | 17 shells: files key 29 # shells: dns, files, nis
|
/src/tests/usr.bin/indent/ |
fmt_decl.c | 700 static Shell shells[] = { variable in typeref:typename:Shell[]
|
/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...] |