Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bmake/
H A Djob.c1007 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()
1594 argv[0] = UNCONST(shellName); in JobMakeArgv()
2178 shellName = shell->name; in InitShellNameAndPath()
2181 if (shellName[0] == '/') { in InitShellNameAndPath()
2182 shellPath = shellName; in InitShellNameAndPath()
2183 shellName = str_basename(shellPath); in InitShellNameAndPath()
2527 shellName = newShell.name; in Job_ParseShell()
2554 shellName = newShell.name; in Job_ParseShell()
2556 shellName = path; in Job_ParseShell()
2559 if ((sh = FindShellByName(shellName)) == NULL) { in Job_ParseShell()
[all …]
H A Djob.h185 extern const char *shellName;
H A Dcompat.c285 if (shellName == NULL) /* we came here from jobs */ in Compat_RunCommand()
695 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()
749 if (shellName == NULL) in Compat_MakeAll()
H A Dmain.c1734 if (shellName == NULL) in Cmd_Exec()
1737 args[0] = shellName; in Cmd_Exec()