Home
last modified time | relevance | path

Searched refs:GRETL_UNRECOGNIZED (Results 1 – 5 of 5) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_data_io.c201 return GRETL_UNRECOGNIZED; in gretl_detect_filetype()
H A Ddataio.h50 GRETL_UNRECOGNIZED /* none of the above */ enumerator
H A Ddataio.c793 return GRETL_UNRECOGNIZED; in data_file_type_from_extension()
815 return GRETL_UNRECOGNIZED; in data_file_type_from_name()
3462 GretlFileType ftype = GRETL_UNRECOGNIZED; in detect_filetype()
3476 if (ftype == GRETL_UNRECOGNIZED) { in detect_filetype()
3487 if (ftype != GRETL_UNRECOGNIZED) { in detect_filetype()
3505 if (ftype == GRETL_UNRECOGNIZED) { in detect_filetype()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c545 case GRETL_UNRECOGNIZED: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Dfileselect.c876 GRETL_TXT = GRETL_UNRECOGNIZED + 1,