Lines Matching refs:Group
35 typedef struct Group { struct
56 } Group; argument
87 static Group *group_free(Group *g) { in group_free()
152 Group **ret) { in process()
154 Group *g; in process()
169 g = new0(Group, 1); in process()
446 Group **ret) { in refresh_one()
449 Group *ours = NULL; in refresh_one()
471 Group *child = NULL; in refresh_one()
524 static int group_compare(Group * const *a, Group * const *b) { in group_compare()
525 const Group *x = *a, *y = *b; in group_compare()
602 Group *g; in display()
603 Group **array; in display()
612 array = newa(Group*, hashmap_size(a)); in display()
908 …H_OPS_WITH_VALUE_DESTRUCTOR(group_hash_ops, char, path_hash_func, path_compare, Group, group_free);