Home
last modified time | relevance | path

Searched refs:mv_get_value (Results 1 – 9 of 9) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dvar-display.c54 mv[i] = value_to_text (*mv_get_value (miss, i), pv); in missing_values_to_string()
81 ss = value_to_text (*mv_get_value (miss, 0), pv); in missing_values_to_string()
H A Dmissing-val-dialog.c486 text = value_to_text__ (*mv_get_value (&dialog->mvl, 0), in psppire_missing_val_dialog_set_variable()
508 text = value_to_text__ (*mv_get_value (&dialog->mvl, i), in psppire_missing_val_dialog_set_variable()
H A Dpsppire-import-assistant.c1554 syntax_gen_value (s, mv_get_value (mv, j), width, format); in apply_dict()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dmissing-values.h92 const union value *mv_get_value (const struct missing_values *, int idx);
H A Dmissing-values.c264 mv_get_value (const struct missing_values *mv, int idx) in mv_get_value() function
524 const union value *value = mv_get_value (mv, j); in mv_to_string()
H A Dpor-file-writer.c384 write_value (w, mv_get_value (&mv, j), mv_get_width (&mv)); in write_variables()
H A Dsys-file-writer.c554 write_value (w, mv_get_value (mv, i), width); in write_variable()
1078 const union value *value = mv_get_value (mv, j); in write_long_string_missing_values()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi904 @deftypefun {const union value *} mv_get_value (const struct missing_values *@var{mv}, int @var{ind…
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-1934 -- Function: const union value * mv_get_value (const struct
2890 * mv_get_value: Inspecting User-Missing Value Sets.