Searched defs:tdopts (Results 1 – 1 of 1) sorted by relevance
49 struct tdopts { struct50 int csv; /* 1 for CSV, 0 for tab-separated */51 int emptyhex_empty; /* print empty hex strings as "" not "-1" */52 int numeric; /* numeric instead of symbolic output */53 int omitheader; /* omit field headers */54 int writerectype; /* write record type prefix */55 char *fname; /* output file name */