Home
last modified time | relevance | path

Searched refs:detachedp (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c550 arctype *detachedp; in sortchildren() local
565 for ((arcp = parentp->children) && (detachedp = arcp->arc_childlist); in sortchildren()
568 (arcp = detachedp) && (detachedp = detachedp->arc_childlist)) { in sortchildren()
593 arctype *detachedp; in sortparents() local
608 for ((arcp = childp->parents) && (detachedp = arcp->arc_parentlist); in sortparents()
611 (arcp = detachedp) && (detachedp = detachedp->arc_parentlist)) { in sortparents()