Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Dnonints.h88 int CompatRunCommand(void *, void *);
H A Dcompat.c213 CompatRunCommand(void *cmdp, void *gnp) in CompatRunCommand() function
614 Lst_ForEach(gn->commands, CompatRunCommand, gn); in Compat_Make()
H A DChangeLog613 o CompatRunCommand: only apply shellErrFlag when errCheck is true
649 true so that CompatRunCommand() can use it, to ensure
1819 - CompatRunCommand now prints the command that failed.
2098 * compat.c (CompatRunCommand): don't use perror() since stdio may
H A Djob.c773 CompatRunCommand(cmdp, job->node); in JobPrintCommand()