HomeSort by: relevance | last modified time | path
    Searched defs:cmdsOK (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
job.c 1713 bool cmdsOK; /* true if the nodes commands were all right */
1736 cmdsOK = Job_CheckCommands(gn, Error);
1744 if (!cmdsOK) {
1752 if (!cmdsOK) {
1765 if (cmdsOK)
1783 if (cmdsOK && aborting == ABORT_NONE) {
job.c 1713 bool cmdsOK; /* true if the nodes commands were all right */
1736 cmdsOK = Job_CheckCommands(gn, Error);
1744 if (!cmdsOK) {
1752 if (!cmdsOK) {
1765 if (cmdsOK)
1783 if (cmdsOK && aborting == ABORT_NONE) {

Completed in 30 milliseconds