Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c353 static void syn_combine_list(short **clstr1, short **clstr2, int list_op);
5322 syn_combine_list(short **clstr1, short **clstr2, int list_op) in syn_combine_list() argument
5337 if (*clstr1 == NULL || list_op == CLUSTER_REPLACE) in syn_combine_list()
5340 vim_free(*clstr1); in syn_combine_list()
5342 *clstr1 = *clstr2; in syn_combine_list()
5348 for (g1 = *clstr1; *g1; g1++) in syn_combine_list()
5356 qsort(*clstr1, (size_t)count1, sizeof(short), syn_compare_stub); in syn_combine_list()
5367 g1 = *clstr1; in syn_combine_list()
5436 vim_free(*clstr1); in syn_combine_list()
5438 *clstr1 = clstr; in syn_combine_list()