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

/ast/src/cmd/INIT/
H A Dmamake.c129 #define RULE_exists 0x0008 /* target file exists */ macro
1033 r->flags |= RULE_exists;
1266 r->flags |= RULE_exists;
1277 r->flags |= RULE_exists;
1635 if (!(r->flags & (RULE_dontcare|RULE_error|RULE_exists|RULE_generated|RULE_implicit|RULE_virtual)))

Completed in 9 milliseconds