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

/ast/src/cmd/nmake/
H A Dmain.c240 if ((state.mam.level = level) > 0 && !state.hold && (r = internal.error) && (r->property & (P_functional|P_target)) == (P_functional|P_target) && !state.compileonly && !state.interrupt && (m = stakptr(0)) && (n = staktell()) > 0)
491 if (state.compileonly)
746 if (state.compileonly)
882 if (n && error_info.errors && !state.compileonly && !state.interrupt)
923 if (!state.compileonly && (r = getrule(external.done)))
933 if (!state.compileonly && (r = getrule(external.makedone)))
H A Dtrap.c293 if (!state.compileonly)
H A Dmake.h774 unsigned char compileonly; /* only compile (force) */ member in struct:State_s
H A Doption.c78 { "compile", OPT_compile, (char*)&state.compileonly, 0,
H A Drule.c722 else if (!state.op && state.reading && state.compileonly)
H A Dobject.c1702 if ((state.exec || !state.base || state.compileonly) && (v->property & V_frozen) && (!(x = getvar(v->name)) && ((v->property & V_oldvalue) || (v->property & V_import) && *v->value) || x && ((x->property & (V_append|V_readonly)) == (V_append|V_readonly) || ((v->property|x->property) & (V_import|V_readonly)) && !streq(v->value, x->value)) || (v->property & V_functional)))

Completed in 77 milliseconds