Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c641 pos.col = search_match_endcol; in win_line()
647 if (fromcol == tocol && search_match_endcol) in win_line()
H A Dglobals.h476 EXTERN colnr_T search_match_endcol; // col nr of match end variable
H A Dex_getln.c200 t->col = search_match_endcol; in set_search_match()
H A Dsearch.c1045 search_match_endcol = endpos.col; in searchit()
H A Dex_cmds.c4279 search_match_endcol = regmatch.endpos[0].col in ex_substitute()