Home | History | Annotate | Download | only in utils

Lines Matching defs:p_tail

47    list_element* p_tail;
74 tmp_list->p_tail = NULL;
150 p_list->p_tail = p_list->p_head;
177 if( p_list->p_tail == NULL )
182 list_element* tmp = p_list->p_tail;
185 p_list->p_tail = tmp->prev;
187 if( p_list->p_tail != NULL )
189 p_list->p_tail->next = NULL;
193 p_list->p_head = p_list->p_tail;
256 p_list->p_tail = NULL;
279 if( p_list->p_tail == NULL )
304 p_list->p_tail = tmp->prev;