Searched refs:shellPath (Results 1 – 5 of 5) sorted by relevance
420 const char *shellPath = NULL; /* full pathname of executable image */ variable1532 (void)execv(shellPath, argv); in JobExec()1533 execDie("exec", shellPath); in JobExec()2165 shellPath = shellName; in InitShellNameAndPath()2166 shellName = str_basename(shellPath); in InitShellNameAndPath()2171 shellPath = DEFSHELL_PATH; in InitShellNameAndPath()2173 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath()2180 if (shellPath == NULL) in Shell_Init()2183 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, VAR_SET_READONLY); in Shell_Init()2505 if (shellPath != NULL) { in Job_ParseShell()[all …]
184 extern const char *shellPath;
328 shargv[shargc++] = shellPath; in Compat_RunCommand()
1769 (void)execv(shellPath, UNCONST(args)); in Cmd_Exec()
387 if (Substring_Equals(name, ".SHELL") && shellPath == NULL) in CanonicalVarname()