Home
last modified time | relevance | path

Searched refs:gretl_list_sublist (Results 1 – 3 of 3) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_list.h121 int *gretl_list_sublist (const int *list, int pos0, int pos1);
H A Dgretl_list.c2097 int *gretl_list_sublist (const int *list, int pos0, int pos1) in gretl_list_sublist() function
H A Dgeneval.c5139 ret->v.ivec = gretl_list_sublist(list, r1, r2); in list_range_node()