Searched refs:topsortnlp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/gprof/
H A Darcs.c99 nltype **topsortnlp; variable
196 topsortnlp = (nltype **) calloc( nname , sizeof(nltype *) );
197 if ( topsortnlp == (nltype **) 0 )
200 topsortnlp[ index ] = &nl[ index ];
202 qsort( topsortnlp , nname , sizeof(nltype *) , topcmp );
208 printf( "%d:" , topsortnlp[ index ] -> toporder );
209 printname( topsortnlp[ index ] );
255 timepropagate( topsortnlp[ index ] );
792 childp = topsortnlp[ index ];

Completed in 116 milliseconds