Home
last modified time | relevance | path

Searched refs:dict_get_mrset (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h161 const struct mrset *dict_get_mrset (const struct dictionary *, size_t idx);
H A Dmdd-writer.c139 const struct mrset *mrset = dict_get_mrset (dict, set_idx);
164 const struct mrset *mrset = dict_get_mrset (dict, set_idx);
H A Dsys-file-writer.c833 const struct mrset *mrset = dict_get_mrset (dict, i); in write_mrsets()
H A Ddictionary.c1631 dict_get_mrset (const struct dictionary *dict, size_t idx) in dict_get_mrset() function
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dmrsets.c499 stringi_set_insert (mrset_names, dict_get_mrset (dict, i)->name); in parse_mrset_names()