Lines Matching defs:head
272 cond_expr_t *cur, *head, *tail, *new_expr;
273 tail = head = NULL;
284 if (!head)
285 head = new_expr;
291 return head;
294 while (head) {
295 tail = head->next;
296 free(head);
297 head = tail;
615 cond_av_list_t *head;
688 if (!data->head)
689 data->head = list;
717 data.head = NULL;
723 cond_av_list_destroy(data.head);
729 *ret_list = data.head;