Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Ddataio.h45 GRETL_RATS_DB, /* RATS 4.0 database */ enumerator
H A Ddbread.c1304 dw = dbwrapper_new(0, fname, GRETL_RATS_DB); in read_rats_db()
2577 } else if (saved_db_type == GRETL_RATS_DB) { in get_one_db_series()
2604 } else if (saved_db_type == GRETL_RATS_DB) { in get_one_db_series()
H A Ddataio.c3481 ftype = GRETL_RATS_DB; in detect_filetype()
H A Dinteract.c2035 op->ftype == GRETL_RATS_DB || in open_append_stage_1()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli.c547 case GRETL_RATS_DB: in handle_datafile()
/dports/math/gretl/gretl-2021d/gui/
H A Ddatabase.c1796 return GRETL_RATS_DB; in db_role_to_dbtype()