Lines Matching refs:flags
20 while(node->flags&NOTMADE){ in mk()
25 if(node->flags&(NOTMADE|BEINGMADE)){ in mk()
32 if(node->flags&BEINGMADE) in mk()
36 assert(/*target didnt get done*/ runerrs || (node->flags&MADE)); in mk()
46 n->flags &= ~(CANPRETEND|PRETENDING); in clrmade()
48 n->flags |= CANPRETEND; in clrmade()
59 n->flags &= ~(CANPRETEND|PRETENDING); in unpretend()
73 if(node->flags&BEINGMADE) in work()
75 if((node->flags&MADE) && (node->flags&PRETENDING) && p && outofdate(p, parc, 0)){ in work()
85 if(node->flags&MADE){ in work()
86 if(node->flags&PRETENDING){ in work()
99 node->flags |= BEINGMADE; in work()
116 if(a->n->flags&(NOTMADE|BEINGMADE)) in work()
140 if((iflag == 0) && (node->time == 0) && (node->flags&(PRETENDING|CANPRETEND)) in work()
142 node->flags &= ~CANPRETEND; in work()
144 if(explain && ((node->flags&PRETENDING) == 0)) in work()
146 node->flags |= PRETENDING; in work()
154 if(a->n && (a->n->flags&PRETENDING)){ in work()
175 if(((node->flags&VIRTUAL) == 0) && (access(node->name, 0) == 0)){ in update()
177 node->flags &= ~(CANPRETEND|PRETENDING); in update()