Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h36 GRETL_DTA, /* Stata .dta data */ enumerator
63 #define OTHER_IMPORT(f) (f == GRETL_DTA || \
H A Ddataio.c737 { GRETL_DTA, ".dta" },
3282 } else if (ftype == GRETL_DTA) { in import_other()
3723 { GRETL_DTA, "Stata" }, in dataset_add_import_info()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c563 case GRETL_DTA: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c896 { N_("Stata files (*.dta)"), "*.dta", GRETL_DTA },
H A Dgui_utils.c1099 if (ftype == GRETL_CSV || ftype == GRETL_DTA || in finalize_data_open()
1190 } else if (ftype == GRETL_DTA) { in get_imported_data()
/dports/math/gretl/gretl-2021d/plugin/
H A Dstata_import.c2216 dataset_add_import_info(dset, fname, GRETL_DTA); in dta_get_data()