Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dlist.c372 struct list_entry *e1, *e2, *ghost1, *ghost2; in atf_list_append_list() local
374 ghost1 = (struct list_entry *)l->m_end; in atf_list_append_list()
377 e1 = ghost1->m_prev; in atf_list_append_list()
380 delete_entry(ghost1); in atf_list_append_list()