Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibgretl.h116 GRETL_TYPE_OBS, enumerator
155 t == GRETL_TYPE_OBS || \
H A Dgretl_typemap.c134 case GRETL_TYPE_OBS: return "obs"; in gretl_type_get_name()
270 if (!strcmp(s, "obs")) return GRETL_TYPE_OBS; in gretl_type_from_string()
H A Dgretl_func.c209 t == GRETL_TYPE_OBS || \
407 type == GRETL_TYPE_OBS) { in fn_arg_set_data()
7611 param->type == GRETL_TYPE_OBS) { in real_add_scalar_arg()
9185 if (fp->type == GRETL_TYPE_INT || fp->type == GRETL_TYPE_OBS) { in handle_plugin_call()
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c1067 if (type == GRETL_TYPE_OBS) { in spin_arg_selector()
1091 if (type == GRETL_TYPE_OBS) { in int_arg_selector()
1520 ptype == GRETL_TYPE_OBS || in function_call_dialog()
1551 ptype == GRETL_TYPE_OBS) { in function_call_dialog()
1901 if (fn_param_type(cinfo->func, i) == GRETL_TYPE_OBS) { in pre_process_args()