Searched refs:shellName (Results 1 – 3 of 3) sorted by relevance
508 const char *shellName = NULL; /* last component of shellPath */ variable1135 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()1697 argv[0] = UNCONST(shellName); in BuildArgv()2122 shellName = shell->name; in InitShellNameAndPath()2125 if (shellName[0] == '/') { in InitShellNameAndPath()2126 shellPath = bmake_strdup(shellName); in InitShellNameAndPath()2127 shellName = str_basename(shellPath); in InitShellNameAndPath()2134 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath()2441 shellName = newShell.name; in Job_ParseShell()2451 shellName = newShell.name != NULL ? newShell.name in Job_ParseShell()[all …]
84 extern const char *shellName;
680 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()734 if (shellName == NULL) in Compat_MakeAll()