Home
last modified time | relevance | path

Searched refs:subcase_is_empty (Results 1 – 2 of 2) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dsubcase.h81 static inline bool subcase_is_empty (const struct subcase *);
128 subcase_is_empty (const struct subcase *sc) in subcase_is_empty() function
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Daggregate.c293 if (!subcase_is_empty (&agr.sort) && !presorted) in cmd_aggregate()