Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dobjstack.h47 GRETL_OBJ_ANY, enumerator
H A Dobjstack.c336 if (type == GRETL_OBJ_ANY) { in gretl_object_unref()
511 if (type == GRETL_OBJ_ANY || type == ostack[i].type) { in get_stacker_by_name()
543 if (type == GRETL_OBJ_ANY || type == ostack[i].type) { in get_object_by_name()
577 return get_object_by_name(name, GRETL_OBJ_ANY, NULL); in gretl_get_object_by_name()
H A Dinteract.c2203 s->callback(s, &op, GRETL_OBJ_ANY); in lib_open_append()
/dports/math/gretl/gretl-2021d/cli/
H A Dgretlcli-mpi.c584 } else if (type == GRETL_OBJ_ANY) { in cli_exec_callback()
H A Dgretlcli.c962 } else if (type == GRETL_OBJ_ANY) { in cli_exec_callback()
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c9990 } else if (type == GRETL_OBJ_ANY) { in handle_data_open_callback()