Searched refs:Compat_RunCommand (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/bmake/ |
| HD | compat.c | 237 Compat_RunCommand(const char *cmdp, GNode *gn, StringListNode *ln) in Compat_RunCommand() function 453 if (!Compat_RunCommand(cmd, gn, ln)) in RunCommands()
|
| HD | make.h | 838 bool Compat_RunCommand(const char *, GNode *, StringListNode *);
|
| HD | job.c | 935 (void)Compat_RunCommand(ucmd, job->node, ln); in JobWriteCommand()
|
| HD | ChangeLog | 229 o compat.c: allow Compat_RunCommand to also handle very long 232 to Cmd_Argv so it can be leveraged by Compat_RunCommand. 1203 o job.c: change return type of Compat_RunCommand from int to bool 1710 extract UseShell from Compat_RunCommand 1858 extract DebugFailedTarget from Compat_RunCommand 1939 o compat.c: clean up Compat_Make, Compat_RunCommand, 2178 o compat.c: make parameter of Compat_RunCommand const
|