Searched defs:GlobalConfig (Results 1 – 1 of 1) sorted by relevance
303 struct GlobalConfig { struct304 bool showerror; /* show errors when silent */305 bool silent; /* don't show messages, --silent given */306 bool noprogress; /* don't show progress bar */307 bool isatty; /* Updated internally if output is a tty */308 char *trace_dump; /* file to dump the network trace to */309 FILE *trace_stream;310 bool trace_fopened;311 trace tracetype;312 bool tracetime; /* include timestamp? */[all …]