Home
last modified time | relevance | path

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

/dports/games/tty-solitaire/tty-solitaire-1.3.1/tests/
H A Dstack_test.c195 struct stack *stack, *old_stack_next; in test_stack_pop_on_stack_with_more_than_one_element() local
206 old_stack_next = stack->next; in test_stack_pop_on_stack_with_more_than_one_element()
210 assert(stack == old_stack_next); in test_stack_pop_on_stack_with_more_than_one_element()