Home
last modified time | relevance | path

Searched refs:IN_MODEL_TABLE (Results 1 – 2 of 2) sorted by relevance

/dports/math/gretl/gretl-2021d/gui/
H A Dsession_xml.c255 (flags & IN_MODEL_TABLE)? "yes" : "no", in rebuild_session_model()
273 if (!err && (flags & IN_MODEL_TABLE)) { in rebuild_session_model()
558 flags |= IN_MODEL_TABLE; in model_save_flags()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dobjstack.h54 IN_MODEL_TABLE = 1 << 2, enumerator