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

/ast/src/cmd/nmake/
H A Dread.c137 if (state.global || !state.forceread && (!(type & COMP_FILE) || needrules))
169 state.forceread = 1;
173 if (!state.forceread)
179 if (!state.forceread)
194 error(1, "%s: reading%s", r->name, state.forceread ? " -- should be compiled before local makefiles" : null);
413 state.forceread = 1;
H A Dmain.c149 * 0x00000400 1995-01-19 forceread even if global
493 state.forceread = 1;
H A Dmake.h784 unsigned char forceread; /* force makefiles to be read */ member in struct:State_s
H A Dobject.c1257 return state.base || !state.forceread || state.global || state.list;

Completed in 24 milliseconds