Searched refs:shellName (Results 1 – 4 of 4) sorted by relevance
1520 argv[0] = UNCONST(shellName); in JobMakeArgv()2199 shellName = commandShell->name; in Shell_Init()2201 if (*shellName == '/') { in Shell_Init()2202 shellPath = shellName; in Shell_Init()2203 shellName = strrchr(shellPath, '/'); in Shell_Init()2204 shellName++; in Shell_Init()2544 shellName = newShell.name; in Job_ParseShell()2568 shellName = newShell.name; in Job_ParseShell()2570 shellName = path; in Job_ParseShell()2573 if ((sh = JobMatchShell(shellName)) == NULL) { in Job_ParseShell()[all …]
276 if (!shellName) /* we came here from jobs */ in CompatRunCommand()529 if (!shellName) /* we came here from jobs */ in Compat_Make()709 if (!shellName) in Compat_Run()
245 extern const char *shellName;
1639 if (!shellName) in Cmd_Exec()1644 args[0] = shellName; in Cmd_Exec()