Lines Matching refs:shellPath
507 char *shellPath; /* full pathname of executable image */ variable
1603 (void)execv(shellPath, argv); in JobExec()
1604 execDie("exec", shellPath); in JobExec()
2072 shellPath = bmake_strdup(shellName); in InitShellNameAndPath()
2073 shellName = str_basename(shellPath); in InitShellNameAndPath()
2078 shellPath = bmake_strdup(DEFSHELL_PATH); in InitShellNameAndPath()
2080 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in InitShellNameAndPath()
2087 if (shellPath == NULL) in Shell_Init()
2090 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath, in Shell_Init()
2388 if (shellPath != NULL) { in Job_ParseShell()
2389 free(shellPath); in Job_ParseShell()
2390 shellPath = NULL; in Job_ParseShell()
2395 free(shellPath); in Job_ParseShell()
2396 shellPath = bmake_strdup(path); in Job_ParseShell()