Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dstring-set.h81 static inline const struct string_set_node *string_set_next (
99 (NODE) = string_set_next (SET, NODE))
104 (NEXT) = string_set_next (SET, NODE), \
142 string_set_next (const struct string_set *set, in string_set_next() function
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dstring-set-test.c271 node = string_set_next (set, node), i++) in check_string_set()