Lines Matching refs:tail
114 unsigned int head, tail;
120 l->head = l->tail = INDEXER_NULL;
130 return to_entry(es, l->tail);
158 l->head = l->tail = to_index(es, e);
166 struct entry *tail = l_tail(es, l);
169 e->prev = l->tail;
171 if (tail)
172 tail->next = l->tail = to_index(es, e);
174 l->head = l->tail = to_index(es, e);
211 l->tail = e->prev;