Lines Matching defs:fn_node
93 struct fn_node {
96 struct fn_node* next;
100 struct fn_node *head, *tail;
114 struct fn_node* new_node = malloc(sizeof(struct fn_node));
128 struct fn_node* curr = list->head;
129 struct fn_node* prev = NULL;
130 struct fn_node* next = NULL;
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)