Lines Matching defs:detachedp
550 arctype *detachedp;
558 * *detachedp the rest of the arcs to be sorted.
565 for ((arcp = parentp->children) && (detachedp = arcp->arc_childlist);
568 (arcp = detachedp) && (detachedp = detachedp->arc_childlist)) {
593 arctype *detachedp;
601 * *detachedp the rest of the arcs to be sorted.
608 for ((arcp = childp->parents) && (detachedp = arcp->arc_parentlist);
611 (arcp = detachedp) && (detachedp = detachedp->arc_parentlist)) {