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