Lines Matching refs:shellName
479 const char *shellName = NULL; /* last component of shellPath */
1052 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0)
1611 argv[0] = UNCONST(shellName);
2036 shellName = shell->name;
2039 if (shellName[0] == '/') {
2040 shellPath = bmake_strdup(shellName);
2041 shellName = str_basename(shellPath);
2046 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName);
2213 * shellName appropriately.
2221 * shell described by 'shell', and shellName is the final component of
2344 shellName = newShell.name;
2354 shellName = newShell.name != NULL ? newShell.name
2357 if ((sh = FindShellByName(shellName)) == NULL) {
2359 "%s: No matching shell", shellName);