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

/ast/src/cmd/nmake/
H A Dread.c53 readfile(sfstruse(tmp), COMP_BASE|(state.explicitrules ? COMP_RULES : 0), NiL);
458 if ((type & COMP_BASE) && r->uname)
478 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);
H A Dobject.c1282 if (n & (COMP_BASE|COMP_FILE|COMP_GLOBAL|COMP_INCLUDE))
1293 if (!(n & COMP_BASE) && *x->name != '/')
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)));
1353 else if ((n & COMP_BASE) && !state.rules)
H A Dmake.h249 #define COMP_BASE (1<<0) /* base rules prereq */ macro

Completed in 1261 milliseconds