Home | History | Annotate | Download | only in make

Lines Matching refs:shellPath

478 char *shellPath;		/* full pathname of executable image */
479 const char *shellName = NULL; /* last component of shellPath */
1571 (void)execv(shellPath, argv);
1572 execDie("exec", shellPath);
2040 shellPath = bmake_strdup(shellName);
2041 shellName = str_basename(shellPath);
2046 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName);
2052 if (shellPath == NULL)
2055 Var_SetWithFlags(SCOPE_CMDLINE, ".SHELL", shellPath,
2212 * Parse a shell specification and set up 'shell', shellPath and
2220 * If successful, 'shell' is usable, shellPath is the full path of the
2222 * shellPath.
2345 if (shellPath != NULL) {
2346 free(shellPath);
2347 shellPath = NULL;
2352 free(shellPath);
2353 shellPath = bmake_strdup(path);