Searched refs:next_ (Results 1 – 2 of 2) sorted by relevance
325 cl->next_ = parent->children_; in rmc_newclass()506 t = t->next_; in rmc_depth_recompute()528 t = t->next_; in rmc_depth_recompute()572 if (head->next_ == NULL) { in rmc_delete_class()579 cl->parent_->children_ = cl->next_; in rmc_delete_class()581 previous->next_ = cl->next_; in rmc_delete_class()582 cl->next_ = NULL; in rmc_delete_class()586 p = p->next_; in rmc_delete_class()861 p = p->next_; in rmc_satisfied()
159 rm_class_t *next_; /* Next pointer, used if child */ member