Lines Matching refs:files_found
527 #define L_SHOWFILE(m) (showtail ? sm_gettail(files_found[m]) : files_found[m]) in showmatches()
529 char_u **files_found; in showmatches() local
543 &num_files, &files_found); in showmatches()
552 files_found = xp->xp_files; in showmatches()
575 win_redr_status_matches(xp, num_files, files_found, -1, showtail); in showmatches()
587 home_replace(NULL, files_found[i], NameBuff, MAXPATHL, TRUE); in showmatches()
626 msg_outtrans_attr(files_found[k], HL_ATTR(HLF_D)); in showmatches()
627 p = files_found[k] + STRLEN(files_found[k]) + 1; in showmatches()
650 exp_path = expand_env_save_opt(files_found[k], TRUE); in showmatches()
651 path = exp_path != NULL ? exp_path : files_found[k]; in showmatches()
654 : files_found[k]); in showmatches()
661 j = mch_isdir(files_found[k]); in showmatches()
666 home_replace(NULL, files_found[k], NameBuff, MAXPATHL, in showmatches()
697 FreeWild(num_files, files_found); in showmatches()