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

/ast/src/cmd/nmake/
H A Ddump.c104 !(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))
196 if (r->property & P_local)
384 if (r->property & P_local)
H A Drule.c650 r->property &= ~(P_always|P_local);
938 if (a == internal.local) return n & P_local;
1063 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual);
1065 to->property |= from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_force|P_foreground|P_functional|P_implicit|P_joint|P_local|P_make|P_multiple|P_parameter|P_read|P_repeat|P_terminal|P_virtual);
1198 to->property &= ~(from->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_functional|P_ignore|P_immediate|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_target|P_terminal|P_use|P_virtual));
1480 ATTR(local, ".LOCAL", P_local|P_immediate);
H A Dcommand.c539 else if ((r->property & (P_make|P_local|P_use)) == (P_make|P_local) && r->action)
1371 if ((a->property | r->property) & P_local)
1412 if (r->property & P_local)
H A Dmake.c405 else if ((r2->property & (P_make|P_local|P_use)) == (P_make|P_local))
724 else if ((r1->property & (P_make|P_local|P_use)) == (P_make|P_local))
H A Dmake.h303 #define P_local (1L<<19) /* local affinity */ macro
H A Dparse.c2406 if (*act || (set.op & (A_null|A_target)) || (set.rule.property & (P_make|P_local)) == (P_make|P_local))
H A Dscan.c295 else if (m = u->property & (P_accept|P_after|P_always|P_archive|P_before|P_command|P_dontcare|P_force|P_foreground|P_functional|P_ignore|P_implicit|P_local|P_make|P_multiple|P_parameter|P_repeat|P_terminal|P_virtual))

Completed in 42 milliseconds