| /vim-8.2.3635/src/ |
| H A D | proto.h | 154 void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void *, const void *));
|
| H A D | osdef2.h.in | 50 extern void qsort(void *, size_t, size_t, int (*)(const void *, const void *));
|
| H A D | profiler.c | 786 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 D | gui_at_fs.c | 525 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 D | os_amiga.c | 1605 qsort((void *)(((char_u **)gap->ga_data) + start_len), in mch_expandpath()
|
| H A D | help.c | 569 qsort((void *)*matches, (size_t)*num_matches, in find_help_tags()
|
| H A D | viminfo.c | 764 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 D | filepath.c | 3543 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 D | syntax.c | 5356 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 D | fileio.c | 4952 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 D | strings.c | 722 qsort((void *)files, (size_t)count, sizeof(char_u *), sort_compare); in sort_strings()
|
| H A D | buffer.c | 2817 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 D | misc2.c | 2444 qsort( in qsort() function
|
| H A D | drawline.c | 1437 qsort((void *)text_prop_idxs, (size_t)text_props_active, in win_line()
|
| H A D | mbyte.c | 5593 qsort((void *)ptrs, (size_t)l->lv_len, sizeof(listitem_T *), tv_nr_compare); in f_setcellwidths()
|
| H A D | cmdexpand.c | 2272 qsort((void *)*file, (size_t)*num_file, sizeof(char_u *), in ExpandGeneric()
|
| H A D | list.c | 2126 qsort((void *)ptrs, (size_t)len, sizeof(sortItem_T), in do_sort_uniq()
|
| H A D | search.c | 4722 qsort((void *)ptrs, (size_t)len, sizeof(fuzzyItem_T), in fuzzy_match_in_list()
|
| H A D | ex_cmds.c | 608 qsort((void *)nrs, count, sizeof(sorti_T), sort_compare); in ex_sort()
|
| H A D | spellsuggest.c | 3745 qsort(gap->ga_data, (size_t)gap->ga_len, sizeof(suggest_T), in cleanup_suggestions()
|
| H A D | window.c | 7004 qsort(color_cols, count, sizeof(int), int_cmp); in check_colorcolumn()
|
| H A D | spellfile.c | 5013 qsort(gap->ga_data, (size_t)gap->ga_len, in write_vim_spell()
|
| H A D | normal.c | 422 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 D | poke.vim | 85 syn keyword pokeBuiltinFunction ltrim rtrim strchr qsort crc32 alignto
|
| H A D | 8th.vim | 103 Builtin pop a:pop push a:push qsort a:qsort randeach a:randeach reduce a:reduce reduce+ a:reduce+ …
|