Home
last modified time | relevance | path

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

/NextBSD/contrib/bmake/
HDcompat.c188 CompatRunCommand(void *cmdp, void *gnp) in CompatRunCommand() function
580 Lst_ForEach(gn->commands, CompatRunCommand, gn); in Compat_Make()
HDnonints.h88 int CompatRunCommand(void *, void *);
HDChangeLog233 o CompatRunCommand: only apply shellErrFlag when errCheck is true
269 true so that CompatRunCommand() can use it, to ensure
1439 - CompatRunCommand now prints the command that failed.
1718 * compat.c (CompatRunCommand): don't use perror() since stdio may
HDjob.c755 CompatRunCommand(cmdp, job->node); in JobPrintCommand()