Home | History | Annotate | Download | only in aml

Lines Matching refs:brother

83 	for (result = parent->child; result; result = result->brother)
112 for (result = parent->child; result; result = result->brother) {
142 for (child = parent->child; child; child = child->brother) {
155 for (ptr = parent->child; ptr; ptr = ptr->brother) {
287 newname->brother = parent->child;
289 newname->brother = NULL;
315 if (target->brother) {
318 target->parent->child = target->brother;
321 while (ptr && ptr->brother != target)
322 ptr = ptr->brother;
324 ptr->brother = target->brother;
326 target->brother = NULL;
482 result->child = result->brother = result->parent = NULL;