Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dprintgprof.c404 arctype *detachedp; in sortchildren() local
417 for ( (arcp = parentp -> children)&&(detachedp = arcp -> arc_childlist); in sortchildren()
419 (arcp = detachedp)&&(detachedp = detachedp -> arc_childlist)) { in sortchildren()
444 arctype *detachedp; in sortparents() local
457 for ( (arcp = childp -> parents)&&(detachedp = arcp -> arc_parentlist); in sortparents()
459 (arcp = detachedp)&&(detachedp = detachedp -> arc_parentlist)) { in sortparents()