Lines Matching refs:fcount
6078 int fcount; // number of files member
6125 if (get_arglist_exp(p, &args->fcount, &args->fnames, TRUE) == FAIL) in vgr_process_args()
6127 if (args->fcount == 0) in vgr_process_args()
6189 for (fi = 0; fi < cmd_args->fcount && !got_int && cmd_args->tomatch > 0; in vgr_process_files()
6359 FreeWild(args.fcount, args.fnames); in ex_vimgrep()
6364 FreeWild(args.fcount, args.fnames); in ex_vimgrep()
8117 int fcount; in hgr_search_files_in_dir() local
8124 if (gen_expand_wildcards(1, &dirname, &fcount, in hgr_search_files_in_dir()
8126 && fcount > 0) in hgr_search_files_in_dir()
8128 for (fi = 0; fi < fcount && !got_int; ++fi) in hgr_search_files_in_dir()
8143 FreeWild(fcount, fnames); in hgr_search_files_in_dir()