Home
last modified time | relevance | path

Searched refs:shellName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.c508 const char *shellName = NULL; /* last component of shellPath */ variable
1081 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 …]
H A Djob.h84 extern const char *shellName;
H A Dcompat.c680 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()
734 if (shellName == NULL) in Compat_MakeAll()