Home
last modified time | relevance | path

Searched refs:abt_first (Results 1 – 5 of 5) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dabt.h205 struct abt_node *abt_first (const struct abt *);
223 ABT_NULLABLE_DATA (abt_first (ABT), STRUCT, MEMBER)
H A Dabt.c249 abt_first (const struct abt *abt) in abt_first() function
298 return abt_first (abt); in abt_next()
H A Drange-tower.h226 return range_tower_node_from_abt__ (abt_first (&rs->abt)); in range_tower_first__()
H A Dtower.c311 return abt_to_tower_node_null (abt_first (&t->abt)); in first_node()
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dabt-test.c356 check (abt_first (abt) == NULL); in check_abt()
365 for (p = abt_first (abt), i = 0; i < cnt; p = abt_next (abt, p), i++) in check_abt()