Home
last modified time | relevance | path

Searched refs:dict_set_documents (Results 1 – 6 of 6) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h140 void dict_set_documents (struct dictionary *, const struct string_array *);
H A Ddictionary.c313 dict_set_documents (d, dict_get_documents (s)); in dict_clone()
1468 dict_set_documents (struct dictionary *d, const struct string_array *new_docs) in dict_set_documents() function
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dcombine-files.c527 dict_set_documents (m, d_docs); in merge_dictionary()
540 dict_set_documents (m, &new_docs); in merge_dictionary()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c215 dict_set_documents (agr.dict, dict_get_documents (dict)); in cmd_aggregate()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi2370 @deftypefun void dict_set_documents (struct dictionary *@var{dict}, const char *@var{new_documents})
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-12408 -- Function: void dict_set_documents (struct dictionary *DICT, const
2782 * dict_set_documents: Dictionary Documents.