Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dcompat.c238 Compat_RunCommand(const char *cmdp, GNode *gn, StringListNode *ln) in Compat_RunCommand() function
450 if (!Compat_RunCommand(cmd, gn, ln)) in RunCommands()
H A Dmake.h838 bool Compat_RunCommand(const char *, GNode *, StringListNode *);
H A Djob.c1033 (void)Compat_RunCommand(ucmd, job->node, ln); in JobWriteCommand()
H A DChangeLog350 o compat.c: allow Compat_RunCommand to also handle very long
353 to Cmd_Argv so it can be leveraged by Compat_RunCommand.
1324 o job.c: change return type of Compat_RunCommand from int to bool
1831 extract UseShell from Compat_RunCommand
1979 extract DebugFailedTarget from Compat_RunCommand
2060 o compat.c: clean up Compat_Make, Compat_RunCommand,
2299 o compat.c: make parameter of Compat_RunCommand const