Lines Matching refs:trace
112 * debug trace levels are controlled by error_info.trace
118 * level trace
119 * 0 no trace
120 * 1 basic make trace
130 * 11 bindfile() trace
135 * 20 bootstrap trace
177 * 0x00000008 bindfile() directory prune trace
178 * 0x00000010 expand() trace
180 * 0x00000040 bindalias() trace
181 * 0x00000080 scan state trace
182 * 0x00000100 statetime() trace
183 * 0x00000200 staterule() view trace
184 * 0x00000400 more staterule() view trace
185 * 0x00000800 mergestate() trace
186 * 0x00001000 job status trace
190 * 0x00010000 alarm status trace
194 * 0x00100000 scan action trace
297 int trace;
501 if ((trace = error_info.trace) == -1)
502 error_info.trace = 0;
536 if (error_info.trace < 0)
539 error(error_info.trace, "%s [%d %s]", version, state.pid, timestr(state.start));
585 if ((i = error_info.trace) > -20)
586 error_info.trace = 0;
589 error_info.trace = i;
834 if (!error_info.trace)
835 error_info.trace = trace;
987 dump(sfstdout, error_info.trace <= -14);