Searched defs:dependency_group (Results 1 – 1 of 1) sorted by relevance
162 struct dependency_group { struct163 enum { DGG_REQALL, DGG_REQANY, DGG_OPTALL, DGG_EXCALL } grouping;164 const char *type;165 uu_list_t *entities; /* List of struct dependency's */166 uu_list_node_t node;