Searched refs:sortednlp (Results 1 – 1 of 1) sorted by relevance
44 nltype **sortednlp; in printprof() local53 sortednlp = calloc( nname , sizeof(nltype *) ); in printprof()54 if ( sortednlp == (nltype **) 0 ) in printprof()57 sortednlp[ index ] = &nl[ index ]; in printprof()59 qsort( sortednlp , nname , sizeof(nltype *) , timecmp ); in printprof()61 np = sortednlp[ index ]; in printprof()65 free( sortednlp ); in printprof()