Home
last modified time | relevance | path

Searched refs:shellName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.c423 const char *shellName = NULL; /* last component of shellPath */
984 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0) in JobWriteCommand()
1579 argv[0] = UNCONST(shellName); in JobMakeArgv()
2104 shellName = shell->name; in Job_CatchOutput()
2107 if (shellName[0] == '/') { in Job_CatchOutput()
2108 shellPath = bmake_strdup(shellName); in Job_CatchOutput()
2109 shellName = str_basename(shellPath); in Job_CatchOutput()
2116 shellPath = str_concat3(_PATH_DEFSHELLDIR, "/", shellName); in Job_CatchOutput()
2292 * shellName appropriately.
2300 * shell described by 'shell', and shellName i in JobSigReset()
426 const char *shellName = NULL; /* last component of shellPath */ global() variable
[all...]
H A Djob.h183 extern const char *shellName;
H A Dcompat.c683 if (shellName == NULL) /* we came here from jobs */ in Compat_Make()
737 if (shellName == NULL) in Compat_MakeAll()