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

/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.h105 struct arcstruct *arc_next; /* list of arcs on cycle */ member in struct:arcstruct
H A Darcs.c615 arcp -> arc_next = archead;
659 *endlist = arcp -> arc_next;
660 arcp -> arc_next = 0;
686 endlist = &arcp -> arc_next;
687 arcp = arcp -> arc_next;

Completed in 108 milliseconds