Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_getln.c171 pos_T match_end; member
185 CLEAR_POS(&is_state->match_end); in init_incsearch_state()
549 is_state->match_end = end_pos; in may_do_incsearch_highlighting()
645 t = is_state->match_end; in may_adjust_incsearch_highlighting()
646 if (LT_POS(is_state->match_start, is_state->match_end)) in may_adjust_incsearch_highlighting()
667 is_state->match_end = t; in may_adjust_incsearch_highlighting()
693 set_search_match(&is_state->match_end); in may_adjust_incsearch_highlighting()
703 curwin->w_cursor = is_state->match_end; in may_adjust_incsearch_highlighting()
736 curwin->w_cursor = is_state->match_end; in may_add_char_to_search()