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

/ast/src/cmd/nmake/
H A Dread.c478 error((type & COMP_INCLUDE) ? 2 : 3, "%s: cannot read%s", file, (type & COMP_INCLUDE) ? " include file" : (type & COMP_GLOBAL) ? " global rules" : (type & COMP_BASE) ? " base rules" : null);
479 else if ((type & COMP_INCLUDE) && error_info.line)
H A Dmain.c639 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
662 if (readfile(s, COMP_INCLUDE|COMP_DONTCARE, NiL))
H A Dmake.h253 #define COMP_INCLUDE (1<<4) /* include prereq */ macro
H A Dobject.c1282 if (n & (COMP_BASE|COMP_FILE|COMP_GLOBAL|COMP_INCLUDE))
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.c657 i = COMP_INCLUDE;
H A Dparse.c513 compref(r, COMP_INCLUDE);
1626 op = readfile(sfstruse(tmp), COMP_INCLUDE|COMP_DONTCARE, NiL);

Completed in 36 milliseconds