Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.h195 char *shell_folder_path, in get_shell_folder_path() argument
262 r = SHGetPathFromIDList(pidl, shell_folder_path); in get_shell_folder_path()
292 strcpy(tbuf, shell_folder_path); in get_shell_folder_path()
313 strcat(shell_folder_path, shell_folder_name + 8); in get_shell_folder_path()
H A Ddosinst.c1837 char shell_folder_path[MAX_PATH]; in build_link_name() local
1839 if (get_shell_folder_path(shell_folder_path, shell_folder_name) == FAIL) in build_link_name()
1848 vim_mkdir(shell_folder_path, 0755); in build_link_name()
1851 sprintf(link_path, "%s\\%s.lnk", shell_folder_path, link_name); in build_link_name()
1938 char shell_folder_path[BUFSIZE]; in install_start_menu() local
1941 if (get_shell_folder_path(shell_folder_path, VIM_STARTMENU) == FAIL) in install_start_menu()
1946 add_pathsep(shell_folder_path); in install_start_menu()
1947 strcat(shell_folder_path, "Vim Online.url"); in install_start_menu()
1949 "https://www.vim.org/", shell_folder_path)) in install_start_menu()