Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c307 static void update_si_end(stateitem_T *sip, int startcol, int force);
843 update_si_end(cur_si, (int)current_col, TRUE); in syn_sync()
1001 update_si_end(cur_si, (int)current_col, !startofline); in syn_update_ends()
2407 update_si_end(cur_si, (int)(next_match_m_endpos.col), TRUE); in push_next_match()
2551 update_si_end(cur_si, (int)current_col, TRUE); in check_state_ends()
2683 update_si_end( in update_si_end() function