Searched refs:P_always (Results 1 - 6 of 6) 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))
163 if (r->property & P_always)
349 if (r->property & P_always)
H A Drule.c650 r->property &= ~(P_always|P_local);
927 if (a == internal.always) return n & P_always;
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));
1467 ATTR(always, ".ALWAYS", P_always|P_immediate);
H A Dvariable.c206 if (state.mam.statix && (state.never || state.frame->target && !(state.frame->target->property & P_always)))
H A Dmake.h285 #define P_always (1<<2) /* execute even if !state.exec */ macro
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))
H A Dcommand.c1369 if (state.exec && !state.touch || (a->property & P_always) && (!state.never || (flags & CO_URGENT)))

Completed in 30 milliseconds