Home
last modified time | relevance | path

Searched refs:val_labs_sorted (Results 1 – 12 of 12) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dvalue-labels.h114 const struct val_lab **val_labs_sorted (const struct val_labs *);
H A Dmdd-writer.c385 const struct val_lab **vls = val_labs_sorted (val_labs);
578 const struct val_lab **vls = val_labs_sorted (val_labs);
820 const struct val_lab **vls = val_labs_sorted (val_labs);
H A Dvalue-labels.c322 val_labs_sorted (const struct val_labs *vls) in val_labs_sorted() function
H A Dpor-file-writer.c420 labels = val_labs_sorted (val_labs); in write_value_labels()
H A Dsys-file-writer.c656 labels = val_labs_sorted (val_labs); in write_value_labels()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-value-entry.c307 const struct val_lab **vls = val_labs_sorted (obj->val_labs); in psppire_value_entry_refresh_model()
H A Dpsppire-variable-sheet.c409 const struct val_lab **labels = val_labs_sorted (vls); in var_sheet_data_to_string()
H A Dval-labs-dialog.c582 labels = val_labs_sorted (dialog->labs); in repopulate_dialog()
H A Dpsppire-import-assistant.c1570 const struct val_lab **labels = val_labs_sorted (vls); in apply_dict()
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dsys-file-info.c589 const struct val_lab **labels = val_labs_sorted (val_labs); in display_value_labels()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi1141 @deftypefun {const struct val_lab **} val_labs_sorted (const struct val_labs *@var{val_labs})
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-11172 -- Function: const struct val_lab ** val_labs_sorted (const struct
2971 * val_labs_sorted: Value Labels Iteration.