Symbol: arctype
usr.bin/gprof/arcs.c
114
arctype *arcp;
usr.bin/gprof/arcs.c
262
arctype *arcp;
usr.bin/gprof/arcs.c
354
arctype *arcp;
usr.bin/gprof/arcs.c
443
arctype **cyclestack;
usr.bin/gprof/arcs.c
444
arctype **stkp;
usr.bin/gprof/arcs.c
445
arctype **arcpp;
usr.bin/gprof/arcs.c
446
arctype **endlist;
usr.bin/gprof/arcs.c
447
arctype *arcp;
usr.bin/gprof/arcs.c
475
cyclestack = (arctype **) calloc( size + 1 , sizeof( arctype *) );
usr.bin/gprof/arcs.c
478
( size + 1 ) * sizeof( arctype * ) );
usr.bin/gprof/arcs.c
51
arctype *arcp;
usr.bin/gprof/arcs.c
517
descend(nltype *node, arctype **stkstart, arctype **stkp)
usr.bin/gprof/arcs.c
519
arctype *arcp;
usr.bin/gprof/arcs.c
549
addcycle(arctype **stkstart, arctype **stkend)
usr.bin/gprof/arcs.c
551
arctype **arcpp;
usr.bin/gprof/arcs.c
552
arctype **stkloc;
usr.bin/gprof/arcs.c
553
arctype **stkp;
usr.bin/gprof/arcs.c
554
arctype **endlist;
usr.bin/gprof/arcs.c
555
arctype *minarc;
usr.bin/gprof/arcs.c
556
arctype *arcp;
usr.bin/gprof/arcs.c
588
calloc( 1 , sizeof ( cltype ) + ( size - 1 ) * sizeof( arctype * ) );
usr.bin/gprof/arcs.c
591
sizeof ( cltype ) + ( size - 1 ) * sizeof( arctype * ) );
usr.bin/gprof/arcs.c
627
arctype **arcpp;
usr.bin/gprof/arcs.c
628
arctype **endlist;
usr.bin/gprof/arcs.c
629
arctype *arcp;
usr.bin/gprof/arcs.c
630
arctype *maxarcp;
usr.bin/gprof/arcs.c
631
arctype *maxexitarcp;
usr.bin/gprof/arcs.c
632
arctype *maxwithparentarcp;
usr.bin/gprof/arcs.c
633
arctype *maxnoparentarcp;
usr.bin/gprof/arcs.c
73
arcp = (arctype *)calloc( 1 , sizeof *arcp );
usr.bin/gprof/arcs.c
741
arctype **arcpp;
usr.bin/gprof/arcs.c
742
arctype **endlist;
usr.bin/gprof/arcs.c
882
arctype *arcp;
usr.bin/gprof/dfn.c
62
arctype *arcp;
usr.bin/gprof/gprof.c
337
register arctype *arcp;
usr.bin/gprof/gprof.h
132
arctype *parents; /* list of caller arcs */
usr.bin/gprof/gprof.h
133
arctype *children; /* list of callee arcs */
usr.bin/gprof/gprof.h
153
arctype *list[1]; /* list of arcs in cycle */
usr.bin/gprof/gprof.h
158
EXTERN arctype *archead; /* the head of arcs in current cycle list */
usr.bin/gprof/gprof.h
250
bool addcycle(arctype **, arctype **);
usr.bin/gprof/gprof.h
253
int arccmp(arctype *, arctype *);
usr.bin/gprof/gprof.h
254
arctype *arclookup(nltype *, nltype *);
usr.bin/gprof/gprof.h
260
bool descend(nltype *, arctype **, arctype **);
usr.bin/gprof/lookup.c
85
arctype *
usr.bin/gprof/lookup.c
88
arctype *arcp;
usr.bin/gprof/printgprof.c
300
arctype *arcp;
usr.bin/gprof/printgprof.c
344
arctype *arcp;
usr.bin/gprof/printgprof.c
403
arctype *arcp;
usr.bin/gprof/printgprof.c
404
arctype *detachedp;
usr.bin/gprof/printgprof.c
405
arctype sorted;
usr.bin/gprof/printgprof.c
406
arctype *prevp;
usr.bin/gprof/printgprof.c
443
arctype *arcp;
usr.bin/gprof/printgprof.c
444
arctype *detachedp;
usr.bin/gprof/printgprof.c
445
arctype sorted;
usr.bin/gprof/printgprof.c
446
arctype *prevp;
usr.bin/gprof/printgprof.c
593
arccmp(arctype *thisp, arctype *thatp)