Searched refs:search_match_lines (Results 1 – 5 of 5) sorted by relevance
631 && lnum <= curwin->w_cursor.lnum + search_match_lines) in win_line()638 if (lnum == curwin->w_cursor.lnum + search_match_lines) in win_line()
475 EXTERN linenr_T search_match_lines; // lines of matched string variable
199 t->lnum += search_match_lines; in set_search_match()
1044 search_match_lines = endpos.lnum - matchpos.lnum; in searchit()
4277 search_match_lines = regmatch.endpos[0].lnum in ex_substitute()