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

/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c404 arctype *detachedp; local
412 * *detachedp the rest of the arcs to be sorted.
417 for ( (arcp = parentp -> children)&&(detachedp = arcp -> arc_childlist);
419 (arcp = detachedp)&&(detachedp = detachedp -> arc_childlist)) {
444 arctype *detachedp; local
452 * *detachedp the rest of the arcs to be sorted.
457 for ( (arcp = childp -> parents)&&(detachedp = arcp -> arc_parentlist);
459 (arcp = detachedp)
[all...]

Completed in 62 milliseconds