Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.h98 bool Job_CheckCommands(GNode *, void (*abortProc)(const char *, ...))
H A Dcompat.c585 if (Job_CheckCommands(gn, Fatal)) { in MakeUnmade()
H A Djob.c1480 Job_CheckCommands(GNode *gn, void (*abortProc)(const char *, ...)) in Job_CheckCommands() function
1788 cmdsOK = Job_CheckCommands(gn, Error); in Job_Make()
H A DChangeLog2300 rework Job_CheckCommands to reduce indentation