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

/freebsd-11-stable/usr.bin/gprof/
H A Darcs.c105 nltype **topsortnlp; variable
202 topsortnlp = (nltype **) calloc( nname , sizeof(nltype *) );
203 if ( topsortnlp == (nltype **) 0 )
206 topsortnlp[ index ] = &nl[ index ];
208 qsort( topsortnlp , nname , sizeof(nltype *) , topcmp );
214 printf( "%d:" , topsortnlp[ index ] -> toporder );
215 printname( topsortnlp[ index ] );
261 timepropagate( topsortnlp[ index ] );
798 childp = topsortnlp[ index ];

Completed in 79 milliseconds