Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h139 const struct string_array *dict_get_documents (const struct dictionary *);
H A Ddictionary.c313 dict_set_documents (d, dict_get_documents (s)); in dict_clone()
1461 dict_get_documents (const struct dictionary *d) in dict_get_documents() function
H A Dsys-file-writer.c694 const struct string_array *docs = dict_get_documents (d); in write_documents()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dialog-action-comments.c50 if (dict_get_documents (pda->dict->dict) != NULL) in generate_syntax()
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dcombine-files.c511 d_docs = dict_get_documents (d); in merge_dictionary()
512 m_docs = dict_get_documents (m); in merge_dictionary()
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dsys-file-info.c410 const struct string_array *documents = dict_get_documents (dict); in get_documents_as_string()
429 if (!dict_get_documents (dict)->n) in display_documents()
/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.texi2365 @deftypefun {const char *} dict_get_documents (const struct dictionary *@var{dict})
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-12403 -- Function: const char * dict_get_documents (const struct dictionary
2744 * dict_get_documents: Dictionary Documents.