Searched refs:explain (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/nmake/ |
H A D | make.h | 72 #define EXPLAIN (state.user&&(state.explain||error_info.trace<=EXPTRACE)) 104 #define reason(x) do if(EXPLAIN)explain x;while(0) 780 unsigned char explain; /* explain reason for actions */ member in struct:State_s 960 extern void explain(int, ...);
|
H A D | command.c | 839 if (error_info.trace || state.explain) 840 error(state.explain ? 0 : -1, "cancelling %s action", r->name); 1057 if (error_info.trace || state.explain) 1058 error(state.explain ? 0 : -1, "breaking possible job deadlock at %s", jammed->name); 1148 if (error_info.trace || state.explain) 1149 error(state.explain ? 0 : -1, "cancelling %s action -- %s", job->target->name, job->status == INTERMEDIATE ? "intermediate not needed" : "missing intermediates accepted"); 1191 error(n ? 2 : state.explain ? 0 : -1, "%s%s code %d making %s%s", n ? "*** " : null, ERROR_translate(NiL, NiL, NiL, EXITED_TERM(cojob->status) ? "termination" : "exit"), EXIT_CODE(cojob->status), job->target->name, (job->flags & CO_IGNORE) ? ERROR_translate(NiL, NiL, NiL, " ignored") : null);
|
H A D | option.c | 103 { "explain", OPT_explain, (char*)&state.explain, 0, 2002 if (state.explain)
|
H A D | object.c | 1704 error((state.exec || state.mam.out) && !state.explain ? -1 : 1, "%s: frozen %svariable %s changed", objfile, ((v->property|(x ? x->property : 0)) & V_import) ? "environment " : ((x ? x->property : 0) & V_readonly) ? "command argument " : null, v->name); 1920 error((state.exec || state.mam.out) && !state.explain ? -1 : 1, "%s: %s %s definition changed", objfile, r->name, internal.scan->name); 1931 error((state.exec || state.mam.out) && !state.explain ? -1 : 1, "%s: %s %s definition clashes with %s", objfile, r->name, internal.scan->name, a->rule->name); 1961 error((state.exec || state.mam.out) && !state.explain ? -1 : 1, "%s: %s %s definition changed", objfile, r->name, internal.attribute->name); 1971 error((state.exec || state.mam.out) && !state.explain ? -1 : 1, "%s: %s %s definition clashes with %s", objfile, r->name, internal.attribute->name, a->rule->name);
|
/ast/src/cmd/INIT/ |
H A D | mamake.c | 232 int explain; /* explain actions */ member in struct:__anon22 1622 if (state.explain && !state.force) 2100 state.explain = 1; 2205 state.explain = 1;
|
Completed in 1063 milliseconds