Home
last modified time | relevance | path

Searched refs:GRETL_JMULTI (Results 1 – 6 of 6) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h39 GRETL_JMULTI, /* JMulTi data file */ enumerator
66 f == GRETL_JMULTI || \
H A Ddataio.c740 { GRETL_JMULTI, ".dat" }
3288 } else if (ftype == GRETL_JMULTI) { in import_other()
3510 ftype = GRETL_JMULTI; in detect_filetype()
3726 { GRETL_JMULTI, "JMulTi" } in dataset_add_import_info()
/dports/math/gretl/gretl-2021d/plugin/
H A Djmulti_import.c388 dataset_add_import_info(dset, fname, GRETL_JMULTI); in jmulti_get_data()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c566 case GRETL_JMULTI: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c900 { N_("JMulTi files (*.dat)"), "*.dat", GRETL_JMULTI },
H A Dgui_utils.c1196 } else if (ftype == GRETL_JMULTI) { in get_imported_data()