Lines Matching defs:head
100 struct fn_node *head, *tail;
119 if (!list->head) {
120 list->head = list->tail = new_node;
128 struct fn_node* curr = list->head;
136 if (curr == list->head) {
137 list->head = next;
543 struct fn_node *curr = writeout_fn_list.head;
577 struct fn_node *curr = reset_fn_list.head;
647 for (struct fn_node *f = writeout_fn_list.head; f; f = f->next)
652 for (struct fn_node *f = reset_fn_list.head; f; f = f->next)