Lines Matching defs:children
323 * each parent has a LL of children, and a LL of siblings344 if (!parent->children) {346 parent->children = ps;348 /* walk all children and append */349 struct ps_struct *children;350 children = parent->children;351 while (children->next)352 children = children->next;354 children->next = ps;