Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c249 static lpos_T next_match_eos_pos; // end of start pattn (start region) variable
2123 next_match_eos_pos = eos_pos; in syn_current_attr()
2439 cur_si->si_m_endpos = next_match_eos_pos; in push_next_match()
2440 cur_si->si_h_endpos = next_match_eos_pos; in push_next_match()