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

/macosx-10.9.5/vim-53/src/
H A Deval.c806 static void prof_sort_list __ARGS((FILE *fd, ufunc_T **sorttab, int st_len, char *title, int prefer_self));
21313 ufunc_T **sorttab; local
21320 sorttab = (ufunc_T **)alloc((unsigned)(sizeof(ufunc_T) * todo));
21330 if (sorttab != NULL)
21331 sorttab[st_len++] = fp;
21359 if (sorttab != NULL && st_len > 0)
21361 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *),
21363 prof_sort_list(fd, sorttab, st_len, "TOTAL", FALSE);
21364 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *),
21366 prof_sort_list(fd, sorttab, st_le
[all...]

Completed in 207 milliseconds