Searched defs:A_listprereq (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mam/
H A Dmamold.c64 #define A_listprereq (A_LAST<<1) /* prereqs listed */ macro
87 r->attributes &= ~A_listprereq;
89 if (p->rule->attributes & A_listprereq)
92 if (p->rule->attributes & A_listprereq)
289 if (!(r->attributes & A_listprereq))
291 r->attributes |= A_listprereq;
318 r->attributes |= A_listprereq;
323 if (!(p->rule->attributes & A_listprereq))
H A Dmamnew.c72 #define A_listprereq (A_LAST<<5) /* prereqs listed */ macro
398 r->attributes &= ~A_listprereq;
400 if (p->rule->attributes & A_listprereq)
413 if (!(r->attributes & (A_listprereq|A_omit)))
415 r->attributes |= A_listprereq;
455 r->attributes |= A_listprereq;
461 if (!(p->rule->attributes & A_listprereq))

Completed in 1124 milliseconds