Searched refs:node_s (Results 1 – 5 of 5) 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 …]
3 typedef struct node_s node_t;5 struct node_s { struct
14 typedef struct node_s node_t;16 struct node_s { struct
5 typedef struct node_s node_t;7 struct node_s { struct
16 typedef struct node_s node_t;18 struct node_s { struct