Searched refs:NOTYET (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/nmake/
H A Dmain.c884 if (r->status == NOTYET)
889 r->status = NOTYET;
H A Drule.c256 r->status = NOTYET;
537 r->status = NOTYET;
990 if (a == internal.notyet) return n == NOTYET;
1037 if (from == to || to->status != NOTYET && (to->status != UPDATE || !(from->property & P_use)))
1081 if (to->status == NOTYET)
1512 INIT(notyet, ".NOTYET", 0);
H A Dmake.c124 r->status = NOTYET;
268 * NOTYET nothing done yet
358 if (r->status == NOTYET)
467 if (r->status != NOTYET)
555 if (r1->status == NOTYET)
H A Ddump.c292 case NOTYET:
H A Dmake.h145 #define NOTYET 0 /* don't know what to do yet */ macro
582 Rule_t* notyet; /* .NOTYET rule pointer */
H A Dexpand.c2488 tst = (notfile(r) || !r->time && ((state.questionable & 0x04000000) || !(r->dynamic & D_triggered)) || r->status == IGNORE || state.exec && r->status != NOTYET && (x = staterule(RULE, r, NiL, 0)) && !x->time || (r->dynamic & (D_member|D_membertoo)) == D_member) ? 0 : 'F';
H A Dbind.c1704 r->status = NOTYET;

Completed in 67 milliseconds