Searched refs:Compat_RunCommand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/bmake/ |
| H A D | compat.c | 224 Compat_RunCommand(const char *cmdp, GNode *gn, StringListNode *ln) in Compat_RunCommand() function 461 if (!Compat_RunCommand(cmd, gn, ln)) in RunCommands()
|
| H A D | make.h | 812 bool Compat_RunCommand(const char *, GNode *, StringListNode *);
|
| H A D | job.c | 957 (void)Compat_RunCommand(ucmd, job->node, ln); in JobWriteCommand()
|
| H A D | ChangeLog | 535 o job.c: change return type of Compat_RunCommand from int to bool 1042 extract UseShell from Compat_RunCommand 1190 extract DebugFailedTarget from Compat_RunCommand 1271 o compat.c: clean up Compat_Make, Compat_RunCommand, 1510 o compat.c: make parameter of Compat_RunCommand const
|