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

/freebsd-current/usr.bin/gprof/
H A Darcs.c517 descend(nltype *node, arctype **stkstart, arctype **stkp) argument
535 if ( addcycle( stkstart , stkp ) == FALSE )
540 ret = descend( arcp -> arc_childp , stkstart , stkp + 1 );
549 addcycle(arctype **stkstart, arctype **stkend) argument
560 size = stkend - stkstart + 1;
563 for ( arcpp = stkstart , minarc = *arcpp ; arcpp <= stkend ; arcpp++ ) {
578 stkp = stkstart;
599 stkp = stkstart;

Completed in 66 milliseconds