Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dhighlight.pro40 int syn_check_group(char_u *pp, int len);
/vim-8.2.3635/src/
H A Dhighlight.c628 from_id = syn_check_group(from_hg, from_len); in highlight_group_link()
632 to_id = syn_check_group(to_hg, to_len); in highlight_group_link()
1495 id = syn_check_group(line, (int)(name_end - line)); in do_highlight()
3407 syn_check_group(char_u *pp, int len) in syn_check_group() function
3821 id = syn_check_group(p, (int)(end - p)); in highlight_changed()
H A Dsyntax.c4828 syn_id = syn_check_group(arg, (int)(group_name_end - arg)); in syn_cmd_keyword()
4985 && (syn_id = syn_check_group(arg, in syn_cmd_match()
5153 matchgroup_id = syn_check_group(rest, (int)(p - rest)); in syn_cmd_region()
5225 && (syn_id = syn_check_group(arg, in syn_cmd_region()
5785 curwin->w_s->b_syn_sync_id = syn_check_group(next_arg, in syn_cmd_sync()
6018 id = syn_check_group(name + 1, (int)(end - p)); in get_id_list()
H A Dsign.c1075 sp->sn_line_hl = syn_check_group(linehl, (int)STRLEN(linehl)); in sign_define_by_name()
1078 sp->sn_text_hl = syn_check_group(texthl, (int)STRLEN(texthl)); in sign_define_by_name()
H A Dmisc2.c2223 i = syn_check_group(p, (int)(slashp - p)); in parse_shape_opt()
2228 shape_table[idx].id = syn_check_group(p, in parse_shape_opt()