Lines Matching defs:done
37 #define AFTER 0 /* done -- making after prereqs */
38 #define BEFORE 001 /* done -- before after prereqs */
81 List_t* prereqs; /* these must be done */
115 goto done;
126 goto done;
143 goto done;
158 done:
624 static int done(Joblist_t* job, int, Cojob_t*);
673 done(job, 0, NiL);
853 * all actions on behalf of job are done
860 done(register Joblist_t* job, int clear, Cojob_t* cojob)
1209 * job is done
1212 if (done(job, clear, cojob))
1419 * make actions are done immediately, bypassing the job queue
1692 sfprintf(sfstderr, "JOB STATUS TARGET tot=%d pend=%d done=%d\n", state.coshell->total, copending(state.coshell), cozombie(state.coshell));