Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c115 char_u *scl_name_u; // uppercase of scl_name member
3651 vim_free(SYN_CLSTR(block)[i].scl_name_u); in syn_clear_cluster()
5456 if (SYN_CLSTR(curwin->w_s)[i].scl_name_u != NULL in syn_scl_name2id()
5457 && STRCMP(name_u, SYN_CLSTR(curwin->w_s)[i].scl_name_u) == 0) in syn_scl_name2id()
5543 SYN_CLSTR(curwin->w_s)[len].scl_name_u = vim_strsave_up(name); in syn_add_cluster()