Searched refs:wsz (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | dosinst.c | 1790 wchar_t wsz[BUFSIZE]; in create_shortcut() local 1794 MultiByteToWideChar(CP_ACP, 0, shortcut_name, -1, wsz, sizeof(wsz)/sizeof(wsz[0])); in create_shortcut() 1805 persistfile_ptr->lpVtbl->Save(persistfile_ptr, wsz, 1); in create_shortcut()
|
| H A D | os_mswin.c | 1807 OLECHAR wsz[MAX_PATH]; in resolve_shortcut() local 1850 ZeroMemory(wsz, MAX_PATH * sizeof(WCHAR)); in resolve_shortcut() 1851 hr = pslw->lpVtbl->GetPath(pslw, wsz, MAX_PATH, &ffdw, 0); in resolve_shortcut() 1852 if (hr == S_OK && wsz[0] != NUL) in resolve_shortcut() 1853 rfname = utf16_to_enc(wsz, NULL); in resolve_shortcut()
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | zipPlugin.vim | 30 …potm,*.potx,*.ppam,*.ppsm,*.ppsx,*.pptm,*.pptx,*.sldx,*.thmx,*.vdw,*.war,*.wsz,*.xap,*.xlam,*.xlam…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_zip.txt | 99 \ *.oxt,*.kmz,*.wsz,*.xap,*.docx,*.docm,*.dotx,*.dotm,*.potx,*.potm,
|