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

/ast/src/cmd/nmake/
H A Dcommand.c773 p->rule->status = MAKING;
886 if (a->status == MAKING && !a->semaphore || !(a->property & P_make) && a->status == UPDATE)
921 if (!a->semaphore && a->status == MAKING)
982 case MAKING:
1269 if (recent = r->status == MAKING)
1277 if (recent = r->status == MAKING)
1284 } while (r->status == MAKING);
1513 case MAKING:
1585 r->status = MAKING;
1683 if (a->status == MAKING)
[all...]
H A Dmake.c270 * MAKING rule action being executed
479 if (r->status == MAKING)
520 if (r->status == MAKING)
1194 if (r->status == MAKING)
H A Ddump.c297 case MAKING:
298 sfputr(sp, "MAKING", -1);
H A Drule.c625 if ((p->rule->status == UPDATE || p->rule->status == MAKING) && !(p->rule->property & P_repeat))
989 if (a == internal.making) return n == MAKING;
1541 INIT(making, ".MAKING", 0);
H A Dmake.h147 #define MAKING 2 /* executing update action */ macro
551 Rule_t* making; /* .MAKING rule pointer */
H A Dexpand.c2454 if (op == 'F' && r->status == MAKING && dowait)
H A Dparse.c2548 if (!((r->property|set.rule.property) & P_immediate) && (r->status == UPDATE || r->status == MAKING))

Completed in 49 milliseconds