Lines Matching refs:vim_strsave
490 path_name = vim_strsave(menu_path); in add_menu_path()
592 menu->name = vim_strsave(name); in add_menu_path()
598 menu->en_name = vim_strsave(en_name); in add_menu_path()
631 menu->iconfile = vim_strsave(menuarg->iconfile); in add_menu_path()
749 p = (call_data == NULL) ? NULL : vim_strsave(call_data); in add_menu_path()
1114 name = path_name = vim_strsave(path_name); in show_menus()
1812 *actext = vim_strsave(p + 1); in menu_text()
1816 text = vim_strsave(str); in menu_text()
2443 saved_name = vim_strsave(name_arg); in menu_getbyname()
2594 saved_name = vim_strsave(path_name); in gui_find_menu()
2707 from = vim_strsave(from); in ex_menutranslate()
2983 saved_name = vim_strsave(menu_name); in f_menu_info()