Searched refs:shellName (Results 1 – 3 of 3) sorted by relevance
508 const char *shellName = NULL; /* last component of shellPath */ variable1081 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()1643 argv[0] = UNCONST(shellName); in BuildArgv()2068 shellName = shell->name; in InitShellNameAndPath()2071 if (shellName[0] == '/') { in InitShellNameAndPath()2072 shellPath = bmake_strdup(shellName); in InitShellNameAndPath()2073 shellName = str_basename(shellPath); in InitShellNameAndPath()2080 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath()2387 shellName = newShell.name; in Job_ParseShell()2397 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()