Lines Matching defs:shells
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[] = {
379 * sh-compatible shells.
477 static Shell *shell = &shells[DEFSHELL_INDEX];
968 * of the predefined shells has that), ignore errors for the rest of the job.
2201 Shell *sh = shells;
2202 const Shell *shellsEnd = sh + sizeof shells / sizeof shells[0];
2204 for (sh = shells; sh < shellsEnd; sh++) {