Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bmake/
H A Djob.c1009 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()
1597 argv[0] = UNCONST(shellName); in JobMakeArgv()
2191 shellName = shell->name; in InitShellNameAndPath()
2194 if (shellName[0] == '/') { in InitShellNameAndPath()
2195 shellPath = shellName; in InitShellNameAndPath()
2196 shellName = str_basename(shellPath); in InitShellNameAndPath()
2540 shellName = newShell.name; in Job_ParseShell()
2567 shellName = newShell.name; in Job_ParseShell()
2569 shellName = path; in Job_ParseShell()
2572 if ((sh = FindShellByName(shellName)) == NULL) { in Job_ParseShell()
[all …]
H A Dcompat.c289 if (shellName == NULL) /* we came here from jobs */ in Compat_RunCommand()
646 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()
706 if (shellName == NULL) in Compat_Run()
H A Djob.h185 extern const char *shellName;
H A Dmain.c1733 if (shellName == NULL) in Cmd_Exec()
1736 args[0] = shellName; in Cmd_Exec()