Home | History | Annotate | Download | only in src

Lines Matching refs:tail

271 	cond_expr_t *cur, *head, *tail, *new_expr;
272 tail = head = NULL;
285 if (tail)
286 tail->next = new_expr;
287 tail = new_expr;
294 tail = head->next;
296 head = tail;
619 cond_av_list_t *tail;
698 data->tail->next = list;
699 data->tail = list;
731 data.tail = NULL;