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

/freebsd-10.1-release/contrib/bmake/
H A Djob.c1543 Boolean cmdsOK; /* true if the nodes commands were all right */ local
1580 cmdsOK = Job_CheckCommands(gn, Error);
1602 if (!cmdsOK) {
1662 if (cmdsOK) {
1703 if (cmdsOK && aborting == 0) {
1713 return cmdsOK ? JOB_FINISHED : JOB_ERROR;
/freebsd-10.1-release/usr.bin/make/
H A Djob.c1572 Boolean cmdsOK; /* true if the nodes commands were all right */ local
1613 cmdsOK = Job_CheckCommands(gn, Error);
1615 cmdsOK = TRUE;
1632 if (!cmdsOK) {
1729 if (cmdsOK) {
1770 if (cmdsOK) {

Completed in 109 milliseconds