Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_list.h138 int *gretl_lists_join_with_separator (const int *list1, const int *list2);
H A Dtokenize.c2666 tmp = gretl_lists_join_with_separator(c->auxlist, aux2); in process_auxlist_term()
2972 c->list = gretl_lists_join_with_separator(vlist, ilist); in process_command_list()
2978 c->list = gretl_lists_join_with_separator(ilist, vlist); in process_command_list()
H A Dtsls.c993 full_list = gretl_lists_join_with_separator(reglist, instlist); in tsls_recreate_full_list()
H A Dgretl_list.c2313 int *gretl_lists_join_with_separator (const int *list1, const int *list2) in gretl_lists_join_with_separator() function
H A Dcompare.c605 flist = gretl_lists_join_with_separator(pmod->arinfo->arlist, in full_model_list()
H A Dgeneval.c16163 ret->v.ivec = gretl_lists_join_with_separator(L1, L2); in list_join_node()
H A Dgeneval.c.try16260 ret->v.ivec = gretl_lists_join_with_separator(L1, L2);
/dports/math/gretl/gretl-2021d/gui/
H A Dselector.c940 vecxlist = gretl_lists_join_with_separator(var->xlist, in selector_from_model()
3281 vecxlist = gretl_lists_join_with_separator(xlist, rlist); in get_vecm_exog_list()