Searched refs:cyclehead (Results 1 – 4 of 4) sorted by relevance
163 if ( childp -> cyclehead != childp && in dfn_findcycle()164 childp -> cyclehead == cycleheadp ) { in dfn_findcycle()206 if ( cycleheadp -> cyclehead != cycleheadp ) { in dfn_findcycle()207 cycleheadp = cycleheadp -> cyclehead; in dfn_findcycle()218 if ( childp -> cyclehead == childp ) { in dfn_findcycle()224 childp -> cyclehead = cycleheadp; in dfn_findcycle()235 tailp -> cnext -> cyclehead = cycleheadp; in dfn_findcycle()246 } else if ( childp -> cyclehead != cycleheadp /* firewall */ ) { in dfn_findcycle()295 if ( parentp -> cyclehead == parentp ) { in dfn_post_visit()
140 parentp -> cyclehead = parentp; in doarcs()184 parentp -> cyclehead = parentp; in doarcs()287 if ( childp -> cyclehead != childp ) { in timepropagate()294 childp = childp -> cyclehead; in timepropagate()328 if ( parentp -> cyclehead != parentp ) { in timepropagate()329 parentp -> cyclehead -> childtime += share; in timepropagate()330 parentp -> cyclehead -> propchild += propshare; in timepropagate()364 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink()382 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink()400 cyclenlp -> cyclehead = cyclenlp; /* pointer to head of cycle */ in cyclelink()[all …]
130 struct nl *cyclehead; /* pointer to head of cycle */ member159 EXTERN cltype *cyclehead; /* the head of the list */ variable
303 if ( childp -> cyclehead != 0 ) { in printparents()304 cycleheadp = childp -> cyclehead; in printparents()366 arcp -> arc_count , childp -> cyclehead -> npropcall ); in printchildren()