Home
last modified time | relevance | path

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

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