Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.c1520 argv[0] = UNCONST(shellName); in JobMakeArgv()
2199 shellName = commandShell->name; in Shell_Init()
2201 if (*shellName == '/') { in Shell_Init()
2202 shellPath = shellName; in Shell_Init()
2203 shellName = strrchr(shellPath, '/'); in Shell_Init()
2204 shellName++; in Shell_Init()
2544 shellName = newShell.name; in Job_ParseShell()
2568 shellName = newShell.name; in Job_ParseShell()
2570 shellName = path; in Job_ParseShell()
2573 if ((sh = JobMatchShell(shellName)) == NULL) { in Job_ParseShell()
[all …]
H A Dcompat.c276 if (!shellName) /* we came here from jobs */ in CompatRunCommand()
529 if (!shellName) /* we came here from jobs */ in Compat_Make()
709 if (!shellName) in Compat_Run()
H A Djob.h245 extern const char *shellName;
H A Dmain.c1639 if (!shellName) in Cmd_Exec()
1644 args[0] = shellName; in Cmd_Exec()