Lines Matching full:child
1035 * or more child nodes, pointed to by first_child.1047 struct profile_node *child, *next;1057 for (child=node->first_child; child; child = next) {1058 next = child->next;1059 profile_free_node(child);