Home
last modified time | relevance | path

Searched refs:bufmatch_T (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c2684 } bufmatch_T; typedef
2706 bufmatch_T *matches = NULL; in ExpandBufnames()
2800 matches = ALLOC_MULT(bufmatch_T, count); in ExpandBufnames()
2817 qsort(matches, count, sizeof(bufmatch_T), buf_compare); in ExpandBufnames()