Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c3650 vim_free(SYN_CLSTR(block)[i].scl_name); in syn_clear_cluster()
3651 vim_free(SYN_CLSTR(block)[i].scl_name_u); in syn_clear_cluster()
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()
4120 msg_outtrans(SYN_CLSTR(curwin->w_s)[id].scl_name); in syn_list_cluster()
4128 if (SYN_CLSTR(curwin->w_s)[id].scl_list != NULL) in syn_list_cluster()
4169 msg_outtrans(SYN_CLSTR(curwin->w_s)[scl_id].scl_name); in put_id_list()
5456 if (SYN_CLSTR(curwin->w_s)[i].scl_name_u != NULL in syn_scl_name2id()
5541 CLEAR_POINTER(&(SYN_CLSTR(curwin->w_s)[len])); in syn_add_cluster()
5542 SYN_CLSTR(curwin->w_s)[len].scl_name = name; in syn_add_cluster()
[all …]