Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c117 } syn_cluster_T; typedef
126 #define SYN_CLSTR(buf) ((syn_cluster_T *)((buf)->b_syn_clusters.ga_data))
5520 curwin->w_s->b_syn_clusters.ga_itemsize = sizeof(syn_cluster_T); in syn_add_cluster()