Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddosinst.h206 int alt_csidl = -1; in get_shell_folder_path() local
216 alt_csidl = CSIDL_DESKTOP; in get_shell_folder_path()
235 alt_csidl = -1; in get_shell_folder_path()
257 csidl = alt_csidl; in get_shell_folder_path()
258 alt_csidl = -1; in get_shell_folder_path()
271 if (alt_csidl >= 0) in get_shell_folder_path()
275 csidl = alt_csidl; in get_shell_folder_path()
276 alt_csidl = -1; in get_shell_folder_path()
287 if (alt_csidl >= 0) in get_shell_folder_path()
297 csidl = alt_csidl; in get_shell_folder_path()
[all …]