Searched refs:shellName (Results 1 – 4 of 4) sorted by relevance
1009 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 …]
289 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()
185 extern const char *shellName;
1733 if (shellName == NULL) in Cmd_Exec()1736 args[0] = shellName; in Cmd_Exec()