Home
last modified time | relevance | path

Searched refs:get_VAR_by_name (Results 1 – 2 of 2) sorted by relevance

/dports/math/gretl/gretl-2021d/lib/src/
H A Dobjstack.h85 GRETL_VAR *get_VAR_by_name (const char *vname);
H A Dobjstack.c657 GRETL_VAR *get_VAR_by_name (const char *vname) in get_VAR_by_name() function
734 while (get_VAR_by_name(name) != NULL) { in gretl_object_compose_unique_name()