Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcmdexpand.c527 #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()
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()
[all …]