Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c1652 bool cmdsOK; /* true if the nodes commands were all right */ in Job_Make()
1675 cmdsOK = Job_CheckCommands(gn, Error); in Job_Make()
1687 if (!cmdsOK) { in Job_Make()
1706 if (!cmdsOK) { in Job_Make()
1723 if (cmdsOK) in Job_Make()
1746 if (cmdsOK && aborting == ABORT_NONE) { in Job_Make()
1647 bool cmdsOK; /* true if the nodes commands were all right */ Job_Make() local