Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawline.c631 && lnum <= curwin->w_cursor.lnum + search_match_lines) in win_line()
638 if (lnum == curwin->w_cursor.lnum + search_match_lines) in win_line()
H A Dglobals.h475 EXTERN linenr_T search_match_lines; // lines of matched string variable
H A Dex_getln.c199 t->lnum += search_match_lines; in set_search_match()
H A Dsearch.c1044 search_match_lines = endpos.lnum - matchpos.lnum; in searchit()
H A Dex_cmds.c4277 search_match_lines = regmatch.endpos[0].lnum in ex_substitute()