Lines Matching full:first_child
142 struct profile_node *first_child;
1034 * or more child nodes, pointed to by first_child.
1037 * containing a string. Its first_child pointer must be null.
1054 for (child=node->first_child; child; child = next) {
1119 if (node->value && node->first_child)
1123 for (p = node->first_child; p; last = p, p = p->next) {
1159 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
1178 section->first_child = new;
1209 p = section->first_child;
1387 for (p=section->first_child; p; p = p->next) {
1405 iter->node = section->first_child;