Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h37 GRETL_SAV, /* SPSS .sav data */ enumerator
64 f == GRETL_SAV || \
H A Ddataio.c738 { GRETL_SAV, ".sav" },
3284 } else if (ftype == GRETL_SAV) { in import_other()
3724 { GRETL_SAV, "SPSS" }, in dataset_add_import_info()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c564 case GRETL_SAV: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c898 { N_("SPSS files (*.sav)"), "*.sav", GRETL_SAV },
H A Dgui_utils.c1100 ftype == GRETL_SAV || ftype == GRETL_SAS || in finalize_data_open()
1192 } else if (ftype == GRETL_SAV) { in get_imported_data()
/dports/math/gretl/gretl-2021d/plugin/
H A Dspss_import.c2031 dataset_add_import_info(dset, fname, GRETL_SAV); in sav_get_data()