Lines Matching refs:parentp
223 nltype *parentp; local
230 parentp = timesortnlp[ index ];
232 parentp -> ncall == 0 &&
233 parentp -> selfcalls == 0 &&
234 parentp -> propself == 0 &&
235 parentp -> propchild == 0 ) {
238 if ( ! parentp -> printflag ) {
241 if ( parentp -> name == 0 && parentp -> cycleno != 0 ) {
245 printcycle( parentp );
246 printmembers( parentp );
248 printparents( parentp );
249 gprofline( parentp );
250 printchildren( parentp );
305 nltype *parentp; local
321 parentp = arcp -> arc_parentp;
322 if ( childp == parentp || ( arcp -> arc_flags & DEADARC ) ||
323 ( childp->cycleno != 0 && parentp->cycleno == childp->cycleno ) ) {
330 printname( parentp );
340 printname( parentp );
347 printchildren( parentp ) in printchildren() argument
348 nltype *parentp; in printchildren()
353 sortchildren( parentp );
354 arcp = parentp -> children;
355 for ( arcp = parentp -> children ; arcp ; arcp = arcp -> arc_childlist ) {
357 if ( childp == parentp || ( arcp -> arc_flags & DEADARC ) ||
358 ( childp->cycleno != 0 && childp->cycleno == parentp->cycleno ) ) {
409 sortchildren( parentp ) in sortchildren() argument
410 nltype *parentp; in sortchildren()
426 for ( (arcp = parentp -> children)&&(detachedp = arcp -> arc_childlist);
446 parentp -> children = sorted.arc_childlist;