Searched refs:shellName (Results 1 – 4 of 4) sorted by relevance
302 *shellName = NULL; /* last component of shell */ variable848 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0 && in JobPrintCommand()1445 argv[0] = UNCONST(shellName); in JobMakeArgv()2132 shellName = commandShell->name; in Shell_Init()2134 if (*shellName == '/') { in Shell_Init()2135 shellPath = shellName; in Shell_Init()2136 shellName = strrchr(shellPath, '/'); in Shell_Init()2137 shellName++; in Shell_Init()2140 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()2471 shellName = newShell.name; in Job_ParseShell()[all …]
248 if (!shellName) /* we came here from jobs */ in CompatRunCommand()491 if (!shellName) /* we came here from jobs */ in Compat_Make()672 if (!shellName) in Compat_Run()
245 extern const char *shellName;
1505 if (!shellName) in Cmd_Exec()1510 args[0] = shellName; in Cmd_Exec()