Home
last modified time | relevance | path

Searched refs:ofile_fmt (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/miller/miller-5.10.2/c/output/
H A Dlrec_writers.c6 if (streq(popts->ofile_fmt, "dkvp")) { in lrec_writer_alloc()
9 } else if (streq(popts->ofile_fmt, "json")) { in lrec_writer_alloc()
15 } else if (streq(popts->ofile_fmt, "csv")) { in lrec_writer_alloc()
19 } else if (streq(popts->ofile_fmt, "csvlite")) { in lrec_writer_alloc()
22 } else if (streq(popts->ofile_fmt, "markdown")) { in lrec_writer_alloc()
25 } else if (streq(popts->ofile_fmt, "nidx")) { in lrec_writer_alloc()
28 } else if (streq(popts->ofile_fmt, "xtab")) { in lrec_writer_alloc()
31 } else if (streq(popts->ofile_fmt, "pprint")) { in lrec_writer_alloc()
/dports/textproc/miller/miller-5.10.2/c/cli/
H A Dmlrcli.c1458 pfunc_opts->ofile_fmt = pmain_opts->ofile_fmt; in cli_merge_writer_opts()
1461 if (streq(pfunc_opts->ofile_fmt, pmain_opts->ofile_fmt)) { in cli_merge_writer_opts()
1891 pwriter_opts->ofile_fmt = "csv"; in cli_handle_writer_options()
1899 pwriter_opts->ofile_fmt = "csv"; in cli_handle_writer_options()
1909 pwriter_opts->ofile_fmt = "csv"; in cli_handle_writer_options()
1921 pwriter_opts->ofile_fmt = "csv"; in cli_handle_writer_options()
2045 pwriter_opts->ofile_fmt = "csv"; in cli_handle_reader_writer_options()
2139 pwriter_opts->ofile_fmt = "csv"; in cli_handle_reader_writer_options()
2178 pwriter_opts->ofile_fmt = "csv"; in cli_handle_reader_writer_options()
2220 pwriter_opts->ofile_fmt = "csv"; in cli_handle_reader_writer_options()
[all …]
H A Dmlrcli.h56 char* ofile_fmt; member