Home
last modified time | relevance | path

Searched refs:GRETL_TYPE_BUNDLE_REF (Results 1 – 8 of 8) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_typemap.c33 { GRETL_TYPE_BUNDLE, GRETL_TYPE_BUNDLE_REF,
146 case GRETL_TYPE_BUNDLE_REF: return "bundle *"; in gretl_type_get_name()
211 return GRETL_TYPE_BUNDLE_REF; in gretl_type_from_string()
H A Dlibgretl.h134 GRETL_TYPE_BUNDLE_REF, enumerator
161 t == GRETL_TYPE_BUNDLE_REF || \
H A Dgretl_func.c219 t == GRETL_TYPE_BUNDLE_REF || \
423 type == GRETL_TYPE_BUNDLE_REF) { in fn_arg_set_data()
1656 } else if (t == GRETL_TYPE_BUNDLE_REF) { in arg_type_xml_string()
3359 gretl_type_get_name(GRETL_TYPE_BUNDLE_REF)); in function_set_package_role()
3364 if (j == 0 && pjt != GRETL_TYPE_BUNDLE_REF) { in function_set_package_role()
3366 attr, gretl_type_get_name(GRETL_TYPE_BUNDLE_REF)); in function_set_package_role()
3446 if (i == 0 && u->params[i].type != GRETL_TYPE_BUNDLE_REF) { in function_ok_for_package_role()
7850 fp->type == GRETL_TYPE_BUNDLE_REF)) { in allocate_function_args()
H A Duservar.c865 } else if (type == GRETL_TYPE_BUNDLE_REF) { in user_var_localize()
H A Dkalman.c1606 err = push_anon_function_arg(fc, GRETL_TYPE_BUNDLE_REF, K->b); in kalman_update_matrices()
H A Dgeneval.c9842 *type = ref ? GRETL_TYPE_BUNDLE_REF : GRETL_TYPE_BUNDLE; in arg_get_data()
H A Dgeneval.c.try9925 *type = ref ? GRETL_TYPE_BUNDLE_REF : GRETL_TYPE_BUNDLE;
/dports/math/gretl/gretl-2021d/gui/
H A Dfncall.c92 #define bundle_arg(t) (t == GRETL_TYPE_BUNDLE || t == GRETL_TYPE_BUNDLE_REF)
2699 err = push_function_arg(fc, bname, uv, GRETL_TYPE_BUNDLE_REF, b); in exec_bundle_special_function()
2701 err = push_anon_function_arg(fc, GRETL_TYPE_BUNDLE_REF, b); in exec_bundle_special_function()