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

/ast/src/cmd/nmake/
H A Dmain.c606 readfile(p->rule->name, COMP_FILE, NiL);
680 if (readfile("-", COMP_FILE, NiL))
H A Dread.c137 if (state.global || !state.forceread && (!(type & COMP_FILE) || needrules))
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)));
1333 if (n & (COMP_FILE|COMP_GLOBAL))
1335 for (p = ((n & COMP_FILE) ? internal.makefiles : internal.globalfiles)->prereqs; p; p = p->next)
H A Dmake.h251 #define COMP_FILE (1<<2) /* -f prereq */ macro

Completed in 31 milliseconds