Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c116 short *scl_list; // IDs in this syntax cluster member
3652 vim_free(SYN_CLSTR(block)[i].scl_list); in syn_clear_cluster()
3718 VIM_CLEAR(SYN_CLSTR(curwin->w_s)[scl_id].scl_list); in syn_cmd_clear()
4128 if (SYN_CLSTR(curwin->w_s)[id].scl_list != NULL) in syn_list_cluster()
4723 syn_combine_list(&SYN_CLSTR(curwin->w_s)[tlg_id].scl_list, in syn_incl_toplevel()
5544 SYN_CLSTR(curwin->w_s)[len].scl_list = NULL; in syn_add_cluster()
5614 syn_combine_list(&SYN_CLSTR(curwin->w_s)[scl_id].scl_list, in syn_cmd_cluster()
6154 short *scl_list; in in_id_list() local
6227 scl_list = SYN_CLSTR(syn_block)[item - SYNID_CLUSTER].scl_list; in in_id_list()
6230 if (scl_list != NULL && depth < 30) in in_id_list()
[all …]