Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c197 int si_end_idx; // group ID for end pattern or zero member
1346 || (cur_si->si_end_idx in store_current_state()
1900 cur_si->si_end_idx = 0; in syn_current_attr()
2417 cur_si->si_end_idx = next_match_end_idx; in push_next_match()
2442 cur_si->si_end_idx = 0; in push_next_match()
2484 if (cur_si->si_end_idx in check_state_ends()
2489 cur_si->si_idx = cur_si->si_end_idx; in check_state_ends()
2490 cur_si->si_end_idx = 0; in check_state_ends()
2739 sip->si_end_idx = end_idx; in update_si_end()