Searched refs:node_s (Results 1 – 3 of 3) sorted by relevance
158 struct node_s { struct163 struct node_s *parent; argument165 struct node_s **child; argument169 static struct node_s *all_nodes; argument171 static void sort_nodes(int num, struct node_s *ary[]) in sort_nodes()174 struct node_s *tmp; in sort_nodes()209 static void show(struct node_s *p, int indent, int show_first) in show()235 struct node_s *a = all_nodes + i; in overlaps()236 struct node_s *b = all_nodes + j; in overlaps()244 struct node_s *a = all_nodes + i; in encloses()[all …]
14 typedef struct node_s node_t;16 struct node_s { struct
14105 (struct node): Renamed from struct node_s.14146 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.21480 * src/vcg.h (classname_s, infoname_s, node_s): Constify the