Lines Matching refs:next
39 for(node = root->first_child; node; node = node->next) {
49 root->last_child->next = node;
135 char next;
147 if(cs->next != 0) {
148 c = cs->next;
149 cs->next = 0;
240 cs->next = *data;
323 cs.next = 0;
454 for (child = node->first_child; child; child = child->next)
472 for (child = root->first_child; child; child = child->next)