Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.h123 struct caseproto *dict_get_compacted_proto (const struct dictionary *,
H A Dcase-map.c199 proto = dict_get_compacted_proto (d, exclude_classes); in case_map_to_compact_dict()
H A Ddataset.c444 compacted_proto = dict_get_compacted_proto (pd, 1u << DC_SCRATCH); in proc_open_filtering()
H A Ddictionary.c1416 dict_get_compacted_proto (const struct dictionary *d, in dict_get_compacted_proto() function