Lines Matching refs:vim_strsave
400 search_ctx->ffsc_start_dir = vim_strsave(ff_expand_buffer); in vim_findfile_init()
461 vim_strsave(helper); in vim_findfile_init()
531 search_ctx->ffsc_wc_path = vim_strsave(ff_expand_buffer); in vim_findfile_init()
538 search_ctx->ffsc_fix_path = vim_strsave(path); in vim_findfile_init()
544 search_ctx->ffsc_start_dir = vim_strsave(search_ctx->ffsc_fix_path); in vim_findfile_init()
599 wc_path = vim_strsave(search_ctx->ffsc_wc_path); in vim_findfile_init()
633 search_ctx->ffsc_file_to_search = vim_strsave(filename); in vim_findfile_init()
940 = vim_strsave(dirptrs[0])) != NULL) in vim_findfile()
1300 retptr->ffvl_filename = vim_strsave(filename); in ff_get_visited_list()
1445 vp->ffv_wc_path = vim_strsave(wc_path); in ff_check_visited()
1486 new->ffs_fix_path = vim_strsave(fix_part); in ff_create_stack_element()
1491 new->ffs_wc_path = vim_strsave(wc_part); in ff_create_stack_element()
1750 ff_file_to_find = vim_strsave(NameBuff); in find_file_in_path_option()
1798 file_name = vim_strsave(ff_file_to_find); in find_file_in_path_option()
1833 file_name = vim_strsave(NameBuff); in find_file_in_path_option()
2364 p = vim_strsave(buf); in expand_path_option()
2481 in_curdir[i] = vim_strsave(path); in uniquefy_paths()
2872 rettv->vval.v_string = vim_strsave(p); in f_simplify()