Searched refs:shellName (Results 1 – 3 of 3) sorted by relevance
426 const char *shellName = NULL; /* last component of shellPath */ variable987 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()1574 argv[0] = UNCONST(shellName); in JobMakeArgv()2121 shellName = shell->name; in InitShellNameAndPath()2124 if (shellName[0] == '/') { in InitShellNameAndPath()2125 shellPath = bmake_strdup(shellName); in InitShellNameAndPath()2126 shellName = str_basename(shellPath); in InitShellNameAndPath()2133 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath()2466 shellName = newShell.name; in Job_ParseShell()2480 shellName = newShell.name != NULL ? newShell.name in Job_ParseShell()[all …]
183 extern const char *shellName;
683 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()737 if (shellName == NULL) in Compat_MakeAll()