Home
last modified time | relevance | path

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

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