Searched refs:bufmatch_T (Results 1 – 1 of 1) sorted by relevance
2684 } bufmatch_T; typedef2706 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()