Lines Matching defs:adjacency
144 struct node *adjacency;
151 adjacency = node_from_name(next);
152 if (adjacency == NULL)
155 if (graph_node_add(graph, adjacency))
168 struct node *adjacency;
175 adjacency = node_from_name(next);
176 if (adjacency == NULL)
179 tmp = node_to_graph_node(graph, adjacency);
426 /* Update adjacency list of all nodes in the graph */
556 /* Just update adjacency list of all nodes in the graph */