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

/freebsd-10.1-release/contrib/bmake/
H A Djob.h247 extern const char *shellName;
H A Djob.c331 *shellName = NULL; /* last component of shell */ variable
877 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0 &&
1477 argv[0] = UNCONST(shellName);
2156 shellName = commandShell->name;
2158 if (*shellName == '/') {
2159 shellPath = shellName;
2160 shellName = strrchr(shellPath, '/');
2161 shellName++;
2164 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH);
2368 * and shellName appropriatel
[all...]
H A Dmain.c1503 if (!shellName)
1508 args[0] = shellName;

Completed in 112 milliseconds