Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Djob.c990 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()
1577 argv[0] = UNCONST(shellName); in JobMakeArgv()
2161 shellName = shell->name; in InitShellNameAndPath()
2164 if (shellName[0] == '/') { in InitShellNameAndPath()
2165 shellPath = shellName; in InitShellNameAndPath()
2166 shellName = str_basename(shellPath); in InitShellNameAndPath()
2504 shellName = newShell.name; in Job_ParseShell()
2531 shellName = newShell.name; in Job_ParseShell()
2533 shellName = path; in Job_ParseShell()
2536 if ((sh = FindShellByName(shellName)) == NULL) { in Job_ParseShell()
[all …]
H A Dcompat.c284 if (shellName == NULL) /* we came here from jobs */ in Compat_RunCommand()
693 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()
747 if (shellName == NULL) in Compat_MakeAll()
H A Djob.h185 extern const char *shellName;
H A Dmain.c1746 if (shellName == NULL) in Cmd_Exec()
1749 args[0] = shellName; in Cmd_Exec()