Searched refs:stkstart (Results 1 – 1 of 1) sorted by relevance
517 descend(nltype *node, arctype **stkstart, arctype **stkp) in descend() argument535 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() argument560 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()