Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.h191 bool Job_CheckCommands(GNode *, void (*abortProc)(const char *, ...))
H A Dcompat.c588 if (Job_CheckCommands(gn, Fatal)) { in MakeUnmade()
H A Djob.c112 * Job_CheckCommands
1346 Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...)) in Job_CheckCommands()
1675 cmdsOK = Job_CheckCommands(gn, Error); in Job_Make()
1341 Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...)) Job_CheckCommands() function
H A DChangeLog2011 rework Job_CheckCommands to reduce indentation