Searched refs:groupling (Results 1 – 5 of 5) sorted by relevance
3 # duplicate target in list, may fuck up groupling
344 if (gn->groupling != NULL) { in try_to_make_node()346 for (gn2 = gn->groupling; gn2 != gn; gn2 = gn2->groupling) in try_to_make_node()
146 GNode *groupling; /* target lists, for HELDBACK: do not build two member
1475 for (gn2 = gn->groupling; gn2 != gn; gn2 = gn2->groupling) { in build_target_group()1483 gn->groupling = gn2; in build_target_group()1487 gn->groupling = gn2; in build_target_group()
174 gn->groupling = NULL; in Targ_mk_node()