Searched refs:P_foreground (Results 1 - 9 of 9) sorted by relevance

/ast/src/cmd/nmake/
H A Dtrap.c305 maketop(r, (P_dontcare|P_force|P_ignore|P_repeat)|((r->property & P_make)?0:P_foreground), s);
315 maketop(r, (P_dontcare|P_force|P_ignore|P_repeat)|((r->property & P_make)?0:P_foreground), s);
H A Dmain.c721 maketop(r, P_dontcare|P_foreground, NiL);
737 maketop(r, P_dontcare|P_foreground, NiL);
795 maketop(r, P_dontcare|P_foreground, NiL);
821 maketop(r, P_dontcare|P_foreground, NiL);
885 maketop(r, P_dontcare|P_foreground, NiL);
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))
182 if (r->property & P_foreground)
362 if (r->property & P_foreground)
H A Drule.c652 r->property &= ~(P_foreground|P_make|P_read);
933 if (a == internal.foreground) return n & P_foreground;
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);
1474 ATTR(foreground, ".FOREGROUND", P_foreground);
H A Dmake.c416 if ((r2->property & (P_make|P_foreground)) == (P_make|P_foreground))
735 if ((r1->property & (P_make|P_foreground)) == (P_make|P_foreground))
H A Dcommand.c750 maketop(r, P_dontcare|P_foreground, NiL);
1373 if (!state.jobs || (r->property & P_foreground) || (r->property & (P_make|P_functional)) == P_functional || (r->dynamic & D_hasmake))
H A Dmake.h292 #define P_foreground (1<<9) /* run action in foreground */ 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 Dparse.c614 maketop(r, P_dontcare|P_foreground, NiL);

Completed in 44 milliseconds