Lines Matching defs:tail
272 cond_expr_t *cur, *head, *tail, *new_expr;273 tail = head = NULL;286 if (tail)287 tail->next = new_expr;288 tail = new_expr;295 tail = head->next;297 head = tail;616 cond_av_list_t *tail;691 data->tail->next = list;692 data->tail = list;718 data.tail = NULL;