Home | History | Annotate | Download | only in dist

Lines Matching defs:dcount

890      int dcount = 0;
900 dcount++;
908 e_malloc(sizeof(struct directory_entry *) * dcount);
910 dcount = 0;
916 sortlist[dcount] = s_entry;
917 dcount++;
924 qsort(sortlist, dcount, sizeof(struct directory_entry *),
927 qsort(sortlist, dcount, sizeof(struct directory_entry *),
934 for(i=0; i<dcount-1; i++)
939 sortlist[dcount-1]->jnext = NULL;