Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c348 static int syn_check_cluster(char_u *pp, int len);
4757 sgl_id = syn_check_cluster(arg, (int)(group_name_end - arg)); in syn_cmd_include()
5488 syn_check_cluster(char_u *pp, int len) in syn_check_cluster() function
5579 scl_id = syn_check_cluster(arg, (int)(group_name_end - arg)); in syn_cmd_cluster()
6010 id = syn_check_cluster(name + 2, (int)(end - p - 1)); in get_id_list()