Home
last modified time | relevance | path

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

/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Dll.h160 static inline struct ll *ll_pop_head (struct ll_list *);
312 ? (DATA = ll_data (ll_pop_head (LIST), STRUCT, MEMBER), 1) \
421 ll_pop_head (struct ll_list *list) in ll_pop_head() function
/dports/math/pspp/pspp-1.4.1/src/output/
H A Ddriver.c119 struct ll *head = ll_pop_head (&engine_stack); in output_engine_pop()
/dports/math/pspp/pspp-1.4.1/src/data/
H A Ddictionary.c568 struct delvar *dv = (struct delvar *) ll_pop_head (&list); in dict_delete_consecutive_vars()
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dll-test.c496 struct element *e = ll_to_element (ll_pop_head (&list));