Searched refs:first_match_buf (Results 1 – 1 of 1) sorted by relevance
6045 buf_T *first_match_buf, in vgr_jump_to_match() argument6058 if (curbuf == first_match_buf && target_dir != NULL) in vgr_jump_to_match()6163 buf_T **first_match_buf, in vgr_process_files() argument6237 if (found_match && *first_match_buf == NULL) in vgr_process_files()6238 *first_match_buf = buf; in vgr_process_files()6262 else if (buf != *first_match_buf in vgr_process_files()6280 if (buf == *first_match_buf in vgr_process_files()6324 buf_T *first_match_buf = NULL; in ex_vimgrep() local6356 &first_match_buf, &target_dir); in ex_vimgrep()6395 first_match_buf, target_dir); in ex_vimgrep()