Home
last modified time | relevance | path

Searched refs:dict_clone_var_assert (Results 1 – 7 of 7) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h60 struct variable *dict_clone_var_assert (struct dictionary *,
H A Ddictionary.c286 struct variable *dv = dict_clone_var_assert (d, sv); in dict_clone()
821 dict_clone_var_assert (struct dictionary *d, const struct variable *old_var) in dict_clone_var_assert() function
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dcombine-files.c597 mv = dict_clone_var_assert (m, dv); in merge_dictionary()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c248 dict_clone_var_assert (agr.dict, agr.break_vars[i]); in cmd_aggregate()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi2077 @deftypefunx {struct variable *} dict_clone_var_assert (struct dictionary *@var{dict}, const struct…
2089 @code{dict_clone_var_assert}, respectively, except that the new
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-12099 -- Function: struct variable * dict_clone_var_assert (struct dictionary
2114 'dict_clone_var_assert', respectively, except that the new variable
2722 * dict_clone_var_assert: Dictionary Creating Variables.
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog19819 dict: Make dict_clone_var(), dict_clone_var_assert() not rename variables.
19820 Most uses of dict_clone_var() and dict_clone_var_assert() do not involve