Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dquickfix.c6045 buf_T *first_match_buf, in vgr_jump_to_match() argument
6058 if (curbuf == first_match_buf && target_dir != NULL) in vgr_jump_to_match()
6163 buf_T **first_match_buf, in vgr_process_files() argument
6237 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() local
6356 &first_match_buf, &target_dir); in ex_vimgrep()
6395 first_match_buf, target_dir); in ex_vimgrep()