Searched refs:P_read (Results 1 - 4 of 4) 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))
208 if (r->property & P_read)
H A Drule.c652 r->property &= ~(P_foreground|P_make|P_read);
942 if (a == internal.read) return n & P_read;
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);
1485 ATTR(read, ".READ", P_read);
H A Dcommand.c731 if (job->target->property & P_read)
785 if (job->target->property & (P_functional|P_read))
790 if (job->target->property & P_read)
1381 if (r->property & (P_functional|P_read))
H A Dmake.h317 #define P_read (1L<<31) /* read action output */ macro

Completed in 25 milliseconds