Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.h196 const char *shell_folder_name) in get_shell_folder_path() argument
212 if (strcmp(shell_folder_name, "desktop") == 0) in get_shell_folder_path()
218 else if (strncmp(shell_folder_name, "Programs", 8) == 0) in get_shell_folder_path()
227 shell_folder_name); in get_shell_folder_path()
243 shell_folder_name); in get_shell_folder_path()
254 shell_folder_name); in get_shell_folder_path()
280 shell_folder_name); in get_shell_folder_path()
312 if (strncmp(shell_folder_name, "Programs\\", 9) == 0) in get_shell_folder_path()
313 strcat(shell_folder_path, shell_folder_name + 8); in get_shell_folder_path()
H A Ddosinst.c1835 const char *shell_folder_name) in build_link_name() argument
1839 if (get_shell_folder_path(shell_folder_path, shell_folder_name) == FAIL) in build_link_name()
1842 shell_folder_name); in build_link_name()