Home | History | Annotate | Download | only in support

Lines Matching defs:first_child

144 	struct profile_node *first_child;
1042 * or more child nodes, pointed to by first_child.
1045 * containing a string. Its first_child pointer must be null.
1062 for (child=node->first_child; child; child = next) {
1127 if (node->value && node->first_child)
1131 for (p = node->first_child; p; last = p, p = p->next) {
1167 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
1186 section->first_child = new;
1217 p = section->first_child;
1395 for (p=section->first_child; p; p = p->next) {
1413 iter->node = section->first_child;