Home
last modified time | relevance | path

Searched refs:Job_CheckCommands (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Djob.h254 Boolean Job_CheckCommands(GNode *, void (*abortProc )(const char *, ...));
H A Dcompat.c602 if (Job_CheckCommands(gn, Fatal)) { in Compat_Make()
H A Djob.c1259 Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...)) in Job_CheckCommands() function
1623 cmdsOK = Job_CheckCommands(gn, Error); in JobStart()