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

/ast/src/cmd/nmake/
H A Dread.c471 if ((type & COMP_DONTCARE) || (r->property & P_dontcare))
477 if (!(type & COMP_DONTCARE))
H A Dmain.c639 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
662 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
H A Dmake.h250 #define COMP_DONTCARE (1<<1) /* optional include prereq */ macro
H A Dobject.c1304 if ((n & COMP_DONTCARE) && !tm)
1317 debug((-4, "%s%s%s%s%sprerequisite %s [%s] state [%s]", (n & COMP_DONTCARE) ? "optional " : null, (n & COMP_BASE) ? "base " : null, (n & COMP_FILE) ? "-f " : null, (n & COMP_GLOBAL) ? "-g " : null, (n & COMP_INCLUDE) ? "include " : null, s, timestr(t), timestr(tm)));
H A Drule.c664 i ^= COMP_DONTCARE;

Completed in 179 milliseconds