Home
last modified time | relevance | path

Searched refs:qsort (Results 1 – 25 of 30) sorted by relevance

12

/vim-8.2.3635/src/
H A Dproto.h154 void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void *, const void *));
H A Dosdef2.h.in50 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
H A Dprofiler.c786 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile()
789 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile()
H A Dgui_at_fs.c525 qsort((char *)entries, (size_t)i, sizeof(SFEntry), SFcompareEntries); in SFgetHomeDirs()
526 qsort((char *)SFlogins, (size_t)i, sizeof(SFLogin), SFcompareLogins); in SFgetHomeDirs()
2062 qsort((char *) result, (size_t) i, sizeof(SFEntry), SFcompareEntries); in SFgetDir()
H A Dos_amiga.c1605 qsort((void *)(((char_u **)gap->ga_data) + start_len), in mch_expandpath()
H A Dhelp.c569 qsort((void *)*matches, (size_t)*num_matches, in find_help_tags()
H A Dviminfo.c764 qsort((void *)tot_hist, (size_t)len, sizeof(histentry_T *), sort_hist); in merge_history()
2260 qsort(buflist->ga_data, (size_t)buflist->ga_len, in copy_viminfo_marks()
H A Dfilepath.c3543 qsort(((char_u **)gap->ga_data) + start_len, (size_t)matches, in dos_expandpath()
3786 qsort(((char_u **)gap->ga_data) + start_len, matches, in unix_expandpath()
H A Dsyntax.c5356 qsort(*clstr1, (size_t)count1, sizeof(short), syn_compare_stub); in syn_combine_list()
5357 qsort(*clstr2, (size_t)count2, sizeof(short), syn_compare_stub); in syn_combine_list()
6756 qsort(ga.ga_data, (size_t)ga.ga_len, sizeof(time_entry_T), in syntime_report()
H A Dfileio.c4952 qsort((void*)gap->ga_data, (size_t)gap->ga_len, sizeof(dict_T*), in readdir_core()
4955 qsort((void*)gap->ga_data, (size_t)gap->ga_len, sizeof(char_u *), in readdir_core()
H A Dstrings.c722 qsort((void *)files, (size_t)count, sizeof(char_u *), sort_compare); in sort_strings()
H A Dbuffer.c2817 qsort(matches, count, sizeof(bufmatch_T), buf_compare); in ExpandBufnames()
3179 qsort(buflist.ga_data, (size_t)buflist.ga_len, in buflist_list()
H A Dmisc2.c2444 qsort( in qsort() function
H A Ddrawline.c1437 qsort((void *)text_prop_idxs, (size_t)text_props_active, in win_line()
H A Dmbyte.c5593 qsort((void *)ptrs, (size_t)l->lv_len, sizeof(listitem_T *), tv_nr_compare); in f_setcellwidths()
H A Dcmdexpand.c2272 qsort((void *)*file, (size_t)*num_file, sizeof(char_u *), in ExpandGeneric()
H A Dlist.c2126 qsort((void *)ptrs, (size_t)len, sizeof(sortItem_T), in do_sort_uniq()
H A Dsearch.c4722 qsort((void *)ptrs, (size_t)len, sizeof(fuzzyItem_T), in fuzzy_match_in_list()
H A Dex_cmds.c608 qsort((void *)nrs, count, sizeof(sorti_T), sort_compare); in ex_sort()
H A Dspellsuggest.c3745 qsort(gap->ga_data, (size_t)gap->ga_len, sizeof(suggest_T), in cleanup_suggestions()
H A Dwindow.c7004 qsort(color_cols, count, sizeof(int), int_cmp); in check_colorcolumn()
H A Dspellfile.c5013 qsort(gap->ga_data, (size_t)gap->ga_len, in write_vim_spell()
H A Dnormal.c422 qsort((void *)&nv_cmd_idx, (size_t)NV_CMDS_SIZE, sizeof(short), nv_compare); in init_normal_cmds()
/vim-8.2.3635/runtime/syntax/
H A Dpoke.vim85 syn keyword pokeBuiltinFunction ltrim rtrim strchr qsort crc32 alignto
H A D8th.vim103 Builtin pop a:pop push a:push qsort a:qsort randeach a:randeach reduce a:reduce reduce+ a:reduce+ …

12