Searched refs:sortednlp (Results 1 – 1 of 1) sorted by relevance
67 nltype **sortednlp; in printprof() local80 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof()81 if (sortednlp == (nltype **) 0) { in printprof()89 sortednlp[index++] = &(mi->nl[i]); in printprof()92 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof()95 np = sortednlp[index]; in printprof()103 free(sortednlp); in printprof()