Lines Matching refs:children_
240 cl->children_ = NULL;
327 cl->next_ = parent->children_;
328 parent->children_ = cl;
497 if ((t = p->children_) == NULL) {
521 if (cl->children_ == NULL) {
523 } else if ((t = cl->children_) != NULL) {
525 if (t->children_ != NULL)
550 ASSERT(cl->children_ == NULL);
568 head = cl->parent_->children_;
572 cl->parent_->children_ = NULL;
577 cl->parent_->children_ = cl->next_;
858 if (cl->children_ != NULL) {
859 p = cl->children_;