Home
last modified time | relevance | path

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

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