HomeSort by: relevance | last modified time | path
    Searched refs:shellPath (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
job.h 83 extern char *shellPath;
job.c 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 an
    [all...]
main.c 1706 if (shellPath == NULL)
1730 *av++ = shellPath;
1781 (void)execv(shellPath, UNCONST(args));
var.c 461 if (Substring_Equals(name, ".SHELL") && shellPath == NULL)

Completed in 19 milliseconds