Lines Matching refs:tail
113 unsigned head, tail;
119 l->head = l->tail = INDEXER_NULL;
129 return to_entry(es, l->tail);
157 l->head = l->tail = to_index(es, e);
165 struct entry *tail = l_tail(es, l);
168 e->prev = l->tail;
170 if (tail)
171 tail->next = l->tail = to_index(es, e);
173 l->head = l->tail = to_index(es, e);
210 l->tail = e->prev;