Lines Matching refs:si_h_endpos
195 lpos_T si_h_endpos; // end position of the highlighting member
968 cur_si->si_h_endpos = cur_si->si_m_endpos; in syn_update_ends()
1345 || cur_si->si_h_endpos.lnum >= current_lnum in store_current_state()
1897 cur_si->si_h_endpos.lnum = current_lnum; in syn_current_attr()
1898 cur_si->si_h_endpos.col = endcol; in syn_current_attr()
2231 && (sip->si_h_endpos.lnum == 0 in syn_current_attr()
2232 || current_lnum < sip->si_h_endpos.lnum in syn_current_attr()
2233 || (current_lnum == sip->si_h_endpos.lnum in syn_current_attr()
2234 && current_col < sip->si_h_endpos.col))) in syn_current_attr()
2413 cur_si->si_h_endpos = next_match_h_endpos; in push_next_match()
2440 cur_si->si_h_endpos = next_match_eos_pos; in push_next_match()
2492 cur_si->si_h_endpos = cur_si->si_eoe_pos; in check_state_ends()
2656 limit_pos_zero(&sip->si_h_endpos, &maxpos_h); in check_keepend()
2668 || maxpos_h.lnum > sip->si_h_endpos.lnum in check_keepend()
2669 || (maxpos_h.lnum == sip->si_h_endpos.lnum in check_keepend()
2670 && maxpos_h.col > sip->si_h_endpos.col)) in check_keepend()
2671 maxpos_h = sip->si_h_endpos; in check_keepend()
2730 sip->si_h_endpos = sip->si_m_endpos; in update_si_end()
2736 sip->si_h_endpos = hl_endpos; in update_si_end()