Lines Matching refs:STRCPY
557 STRCPY(ff_expand_buffer, search_ctx->ffsc_start_dir); in vim_findfile_init()
564 STRCPY(buf, ff_expand_buffer); in vim_findfile_init()
565 STRCPY(buf + eb_len, search_ctx->ffsc_fix_path); in vim_findfile_init()
611 STRCPY(temp, search_ctx->ffsc_fix_path + len); in vim_findfile_init()
846 STRCPY(file_path, search_ctx->ffsc_start_dir); in vim_findfile()
987 STRCPY(file_path, stackp->ffs_filearray[i]); in vim_findfile()
1170 STRCPY(file_path, search_ctx->ffsc_start_dir); in vim_findfile()
1439 STRCPY(vp->ffv_fname, ff_expand_buffer); in ff_check_visited()
1813 STRCPY(NameBuff, rel_fname); in find_file_in_path_option()
1814 STRCPY(gettail(NameBuff), ff_file_to_find); in find_file_in_path_option()
1819 STRCPY(NameBuff, ff_file_to_find); in find_file_in_path_option()
2337 STRCPY(buf, curdir); in expand_path_option()
2348 STRCPY(buf, curdir); in expand_path_option()
2540 STRCPY(path, "."); in uniquefy_paths()
2564 STRCPY(fnames[i], short_name); in uniquefy_paths()
2571 STRCPY(rel_path, "."); in uniquefy_paths()