Home
last modified time | relevance | path

Searched refs:RULE_ignore (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dmamake.c131 #define RULE_ignore 0x0020 /* ignore time */ macro
1416 r->flags |= RULE_ignore; in attributes()
1661 if (!(q->flags & RULE_ignore) && z < x) in make()
1671 if (!(q->flags & RULE_ignore) && z < q->time) in make()