Home
last modified time | relevance | path

Searched refs:STRING_SET_INITIALIZER (Results 1 – 4 of 4) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/language/utilities/
H A Doutput.c41 struct string_set rc_names = STRING_SET_INITIALIZER (rc_names); in cmd_output()
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-set.h52 #define STRING_SET_INITIALIZER(SET) { HMAP_INITIALIZER ((SET).hmap) } macro
/dports/math/pspp/pspp-1.4.1/src/data/
H A Dmdd-writer.c128 struct string_set var_names = STRING_SET_INITIALIZER (var_names);
155 struct string_set added_mrsets = STRING_SET_INITIALIZER (added_mrsets);
812 struct string_set categories = STRING_SET_INITIALIZER (categories);
/dports/math/pspp/pspp-1.4.1/utilities/
H A Dpspp-output.c991 struct string_set formats = STRING_SET_INITIALIZER(formats);