Searched refs:P_attribute (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | rule.c | 33 #define ANON(name,flags) (void)rinternal(name,P_attribute|(flags)) 35 #define ATTR(field,name,flags) internal.field=rinternal(name,P_attribute|(flags)) 403 if (r->property & (P_attribute|P_readonly)) 413 if (x->property & P_attribute) 427 return (p->rule->property & P_attribute) ? 720 else if ((r->property & P_attribute) && !r->attribute) 883 if (a->property & P_attribute) 888 n |= x->property & ~(P_attribute|P_immediate|P_implicit|P_internal|P_operator|P_readonly|P_state|P_staterule|P_statevar|P_target); 900 if (a == internal.attribute) return n & P_attribute; 906 if (x && (a->attribute & x->attribute & ~internal.ignore->attribute) && ((r->property & (P_attribute|P_us [all...] |
H A D | dump.c | 104 !(r->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_ignore|P_immediate|P_implicit|P_joint|P_local|P_make|P_multiple|P_operator|P_parameter|P_read|P_repeat|P_target|P_terminal|P_use|P_virtual)) && !((r->property & P_attribute) && r->attribute) && !r->semaphore)) 114 if (!(r->property & P_attribute)) 165 if (r->property & P_attribute) 351 if (r->property & P_attribute)
|
H A D | parse.c | 2258 if (!r || !(r->property & P_attribute)) 2295 if (r->property & P_attribute) 2329 att->rule.property |= P_attribute; 2459 if (*s != '%' || *(s + 1) != ATTRNAME || !(x = getrule(s + 1)) || !(x->property & P_attribute)) 2569 if (r->property & P_attribute) 2693 if ((set.rule.property & P_use) && (!(r->property & P_attribute) || !r->attribute)) 2724 if ((set.rule.property & P_attribute) && !(r->property & P_attribute)) 2726 r->property |= P_attribute; 2749 r->property |= P_attribute; [all...] |
H A D | make.c | 247 if ((r->property & P_attribute) || (r->property & P_functional) && !(r->active->stem = arg)) 818 if (!errors && !(r->property & (P_attribute|P_functional|P_operator|P_state|P_virtual)) && ((r->property & P_implicit) || !r->action && !explicit)) 1097 else if ((r->property & (P_attribute|P_functional|P_ignore|P_target)) == P_target && (state.force || r0 && !r0->time)) 1148 if ((r->property & P_attribute) || (r1 = associate(internal.dontcare_p, r, NiL, NiL)) && call(r1, r->name)) 1232 if (r->time < tevent || (r->property & (P_attribute|P_parameter)))
|
H A D | scan.c | 132 r->property |= P_attribute; 280 if (!u || !(u->property & P_attribute)) 1768 if ((r->property & (P_attribute|P_state|P_virtual)) || !(r->dynamic & D_regular))
|
H A D | make.h | 93 #define notfile(r) (((r)->property&(P_attribute|P_functional|P_make|P_operator|P_state|P_use|P_virtual))||((r)->dynamic&D_scope)||(r)->semaphore||((r)->property&P_dontcare)&&((r)->dynamic&D_bound)&&!(r)->time) 287 #define P_attribute (1<<4) /* rule is an attribute */ macro
|
H A D | object.c | 1821 if ((r->property & P_attribute) && (r->attribute && !(r->property & P_use) && !streq(r->name, internal.attribute->name) || r->scan && !streq(r->name, internal.scan->name))) 1916 if (o && (o->property & P_attribute) && o->scan) 1949 r->property &= ~P_attribute; 1957 if (o && (o->property & P_attribute) && o->attribute) 2112 r->property &= (P_attribute|P_dontcare|P_ignore|P_parameter|P_state|P_staterule|P_statevar|P_terminal);
|
H A D | state.c | 706 if ((r->property & (P_attribute|P_parameter|P_state)) == P_parameter)
|
H A D | command.c | 662 if (!(job->target->property & (P_attribute|P_virtual)))
|
Completed in 67 milliseconds