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

/freebsd-current/usr.bin/gprof/
H A Darcs.c444 arctype **stkp; local
486 stkp = &cyclestack[0];
488 ret = descend ( nlp , cyclestack , stkp );
517 descend(nltype *node, arctype **stkstart, arctype **stkp) argument
533 *stkp = arcp;
535 if ( addcycle( stkstart , stkp ) == FALSE )
540 ret = descend( arcp -> arc_childp , stkstart , stkp + 1 );
553 arctype **stkp; local
572 stkp = stkloc;
575 if ( *stkp
[all...]

Completed in 89 milliseconds