Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c52 short sp_syn_match_id; // highlight group ID of pattern member
2432 && spp->sp_syn_match_id != 0 in push_next_match()
2581 sip->si_id = spp->sp_syn_match_id; in update_si_attr()
2973 if (spp->sp_syn_match_id != spp->sp_syn.id && spp->sp_syn_match_id != 0) in find_endpos()
4193 if (last_matchgroup != spp->sp_syn_match_id) in put_pattern()
4195 last_matchgroup = spp->sp_syn_match_id; in put_pattern()
5246 SYN_ITEMS(curwin->w_s)[idx].sp_syn_match_id = in syn_cmd_region()