Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Djob.c302 *shellName = NULL; /* last component of shell */ variable
848 if (DEBUG(SHELL) && strcmp(shellName, "sh") == 0 && in JobPrintCommand()
1445 argv[0] = UNCONST(shellName); in JobMakeArgv()
2132 shellName = commandShell->name; in Shell_Init()
2134 if (*shellName == '/') { in Shell_Init()
2135 shellPath = shellName; in Shell_Init()
2136 shellName = strrchr(shellPath, '/'); in Shell_Init()
2137 shellName++; in Shell_Init()
2140 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()
2471 shellName = newShell.name; in Job_ParseShell()
[all …]
H A Dcompat.c248 if (!shellName) /* we came here from jobs */ in CompatRunCommand()
491 if (!shellName) /* we came here from jobs */ in Compat_Make()
672 if (!shellName) in Compat_Run()
H A Djob.h245 extern const char *shellName;
H A Dmain.c1505 if (!shellName) in Cmd_Exec()
1510 args[0] = shellName; in Cmd_Exec()