Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dapply-dictionary.c89 var_set_value_labels (t, value_labels); in cmd_apply_dictionary()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dvariable.h104 void var_set_value_labels (struct variable *, const struct val_labs *);
H A Dvariable.c510 var_set_value_labels (struct variable *v, const struct val_labs *vls) in var_set_value_labels() function
556 var_set_value_labels (v, NULL); in var_clear_value_labels()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-variable-sheet.c100 var_set_value_labels (var, vls); in set_value_labels()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dcombine-files.c590 var_set_value_labels (mv, var_get_value_labels (dv)); in merge_dictionary()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi1369 @deftypefun void var_set_value_labels (struct variable *@var{var}, const struct val_labs *@var{val_…
1377 @code{var_set_value_labels (@var{var}, NULL)}.
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-11398 -- Function: void var_set_value_labels (struct variable *VAR, const
1405 Deletes VAR's value labels. Equivalent to 'var_set_value_labels
3076 * var_set_value_labels: Variable Value Labels.