Home
last modified time | relevance | path

Searched refs:GRETL_OCTAVE (Results 1 – 4 of 4) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h30 GRETL_OCTAVE, /* GNU octave ascii data file */ enumerator
67 f == GRETL_OCTAVE || \
H A Ddataio.c731 { GRETL_OCTAVE, ".m" },
3275 if (ftype == GRETL_OCTAVE) { in import_other()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c567 case GRETL_OCTAVE: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dgui_utils.c1296 if (ftype == GRETL_OCTAVE) { in get_csv_data()
1420 } else if (ftype == GRETL_CSV || ftype == GRETL_OCTAVE) { in do_open_data()