reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
105 struct fn_node* next; 109 struct fn_node *head, *tail; 123 struct fn_node* new_node = malloc(sizeof(struct fn_node)); 123 struct fn_node* new_node = malloc(sizeof(struct fn_node)); 137 struct fn_node* curr = list->head; 138 struct fn_node* prev = NULL; 139 struct fn_node* next = NULL; 602 struct fn_node *curr = writeout_fn_list.head; 623 struct fn_node* curr = flush_fn_list.head;