Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dhighlight.c619 int to_len, in highlight_group_link() argument
632 to_id = syn_check_group(to_hg, to_len); in highlight_group_link()
1453 int to_len; in do_highlight() local
1474 to_len = (int)(to_end - to_start); in do_highlight()
1475 highlight_group_link(from_start, from_len, to_start, to_len, in do_highlight()