Home
last modified time | relevance | path

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

/dports/math/gretl/gretl-2021d/lib/src/
H A Dtransforms.h55 int list_loggenr (int *list, DATASET *dset);
H A Dtransforms.c1285 int list_loggenr (int *list, DATASET *dset) in list_loggenr() function
H A Dinteract.c3428 err = list_loggenr(listcpy, dset); in gretl_cmd_exec()
H A Dgeneval.c6129 p->err = list_loggenr(list, p->dset); in apply_list_func()
H A Dgeneval.c.try6212 p->err = list_loggenr(list, p->dset);
/dports/math/gretl/gretl-2021d/gui/
H A Dlibrary.c6586 err = list_loggenr(tmplist, dataset); in add_logs_etc()