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

/ast/src/cmd/nmake/
H A Dmake.c438 if ((r->property & P_dontcare) && !state.unwind)
439 state.unwind = error_info.indent;
512 if (state.unwind == error_info.indent)
514 state.unwind = 0;
523 if ((r->property & P_dontcare) && !state.unwind)
524 state.unwind = error_info.indent;
939 if (state.unwind == error_info.indent)
941 state.unwind = 0;
1027 error(state.keepgoing || state.unwind ? 1 : 3, "can't find source for %s", sfstruse(internal.tmp));
1114 message((-2, "[%s] : [%s]%s%s%s", timestr(r->time), timestr(tevent), errors ? " ERRORS" : null, errors && state.unwind >
[all...]
H A Dmake.h837 int unwind; /* make() dontcare unwind level */ member in struct:State_s
H A Dcommand.c1375 if (state.keepgoing || state.unwind)

Completed in 91 milliseconds