Searched refs:target_dir (Results 1 – 1 of 1) sorted by relevance
6046 char_u *target_dir) in vgr_jump_to_match() argument6058 if (curbuf == first_match_buf && target_dir != NULL) in vgr_jump_to_match()6063 ea.arg = target_dir; in vgr_jump_to_match()6164 char_u **target_dir) in vgr_process_files() argument6281 && *target_dir == NULL in vgr_process_files()6283 *target_dir = vim_strsave(dirname_now); in vgr_process_files()6325 char_u *target_dir = NULL; in ex_vimgrep() local6356 &first_match_buf, &target_dir); in ex_vimgrep()6395 first_match_buf, target_dir); in ex_vimgrep()6415 vim_free(target_dir); in ex_vimgrep()