Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h62 struct variable *dict_clone_var_as (struct dictionary *,
H A Ddictionary.c813 return dict_clone_var_as (d, old_var, var_get_name (old_var)); in dict_clone_var()
831 dict_clone_var_as (struct dictionary *d, const struct variable *old_var, in dict_clone_var_as() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c597 destvar = dict_clone_var_as (agr->dict, v->src, dest[i]); in parse_aggregate_functions()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi2086 @deftypefun {struct variable *} dict_clone_var_as (struct dictionary *@var{dict}, const struct vari…
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-12108 -- Function: struct variable * dict_clone_var_as (struct dictionary
2720 * dict_clone_var_as: Dictionary Creating Variables.
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog19823 adds new functions dict_clone_var_as() and dict_clone_var_as_assert() to