| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 122 DWORD dwIndex; 123 DWORD dwStyle; 130 DWORD dwStyle; 137 DWORD dwSize; 138 DWORD dwStyle; 139 DWORD dwCount; 142 DWORD dwPageSize; 335 …HRESULT GetGuideLineA([in] HIMC hIMC, [in] DWORD dwIndex, [in] DWORD dwBufLen, [out] LPSTR pBuf, [… 350 … HRESULT NotifyIME([in] HIMC hIMC, [in] DWORD dwAction, [in] DWORD dwIndex, [in] DWORD dwValue); 433 … HRESULT NotifyIME([in] HIMC hIMC, [in] DWORD dwAction, [in] DWORD dwIndex, [in] DWORD dwValue); [all …]
|
| H A D | os_win32.c | 106 typedef int DWORD; typedef 278 static DWORD 434 static DWORD 450 static DWORD 3600 DWORD i; in is_acl_inherited() 4245 DWORD i; in dump_pipe() 4367 DWORD i; in mch_system_piped() 5478 DWORD n; in mch_detect_ended_job() 5737 DWORD n) in clear_chars() 7182 DWORD todo; in copy_substream() [all …]
|
| H A D | uninstall.c | 36 reg_delete_key(HKEY hRootKey, const char *key, DWORD flag) in reg_delete_key() 40 static LONG (WINAPI *delete_key_ex)(HKEY, LPCTSTR, REGSAM, DWORD) = NULL; in reg_delete_key() 50 …delete_key_ex = (LONG (WINAPI *)(HKEY, LPCTSTR, REGSAM, DWORD))GetProcAddress(advapi_lib, "RegDele… in reg_delete_key() 63 popup_gvim_path(char *buf, DWORD bufsize) in popup_gvim_path() 66 DWORD value_type; in popup_gvim_path() 89 openwith_gvim_path(char *buf, DWORD bufsize) in openwith_gvim_path() 92 DWORD value_type; in openwith_gvim_path() 115 DWORD flag; in remove_popup() 161 DWORD flag; in remove_openwith()
|
| H A D | if_cscope.h | 49 DWORD pid; // PID of the connected cscope process. 51 DWORD nVolume; // Volume serial number, instead of st_dev 52 DWORD nIndexHigh; // st_ino has no meaning in the Windows 53 DWORD nIndexLow;
|
| H A D | dosinst.c | 464 DWORD tick; in run_silent_uninstall() 511 DWORD key_index; in uninstall_check() 514 DWORD value_type; in uninstall_check() 549 DWORD varsize = sizeof(DWORD); in uninstall_check() 1399 DWORD flag) in reg_create_key() 1401 DWORD disp; in reg_create_key() 1427 DWORD flag) in reg_create_key_and_value() 1447 DWORD flag) in register_inproc_server() 1473 DWORD flag) in register_shellex() 1508 DWORD flag) in register_openwith() [all …]
|
| H A D | if_ole.h | 211 DWORD *_pdwStubPhase); 224 DWORD *_pdwStubPhase); 235 DWORD *_pdwStubPhase); 247 DWORD *_pdwStubPhase);
|
| H A D | gui_w32.c | 248 typedef int DWORD; typedef 511 static LRESULT _OnImeNotify(HWND hWnd, DWORD dwCommand, DWORD dwData); 2007 _OnImeNotify(msg.hwnd, (DWORD)msg.wParam, (DWORD)msg.lParam); in process_message() 4029 DWORD cbSize; 4158 DWORD lStyle, 4910 if (!_OnImeNotify(hwnd, (DWORD)wParam, (DWORD)lParam)) in _WndProc() 5661 _OnImeNotify(HWND hWnd, DWORD dwCommand, DWORD dwData UNUSED) in _OnImeNotify() 6875 DWORD *dwp; in gui_mch_dialog() 6880 DWORD lStyle; in gui_mch_dialog() 7362 DWORD lStyle, in add_dialog_element() [all …]
|
| H A D | os_mswin.c | 87 typedef int DWORD; typedef 466 DWORD attr = 0; in wstat_symlink_aware() 1514 DWORD err = CommDlgExtendedError(); in mch_print_init() 1689 DWORD cchFilePath, 1690 DWORD dwFlags); 1700 DWORD attr; in is_reparse_point_included() 1730 DWORD size; in resolve_reparse_point() 2405 data.cbData = (DWORD)STRLEN(cmd) + 1; in serverSendToVim() 2633 DWORD quality; 2677 quality_id2name(DWORD id) in quality_id2name() [all …]
|
| H A D | iscygpty.c | 68 DWORD dwBufferSize); 76 DWORD dwBufferSize) in stub_GetFileInformationByHandleEx()
|
| H A D | dosinst.h | 457 DWORD len_read = GetModuleFileName(NULL, buf, (size_t)len); in my_fullpath() 459 return (len_read > 0 && len_read < (DWORD)len) ? buf : NULL; in my_fullpath()
|
| H A D | winclip.c | 36 typedef int DWORD; typedef 145 MultiByteToWideChar_alloc(UINT cp, DWORD flags, in MultiByteToWideChar_alloc() 164 WideCharToMultiByte_alloc(UINT cp, DWORD flags, in WideCharToMultiByte_alloc()
|
| H A D | os_w32dll.c | 22 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
|
| H A D | vimrun.c | 36 DWORD written; in main()
|
| H A D | if_ole.cpp | 658 DWORD size = 1024; in RecursiveDeleteKey() 702 (DWORD)STRLEN(value)+1); in SetKeyAndValue()
|
| H A D | vim.h | 2728 typedef int DWORD; typedef 2730 typedef DWORD elapsed_T; 2732 long elapsed(DWORD start_tick);
|
| H A D | channel.c | 84 DWORD nread; in fd_read() 86 if (!ReadFile(h, buf, (DWORD)len, &nread, NULL)) in fd_read() 96 DWORD nwrite, size, done = 0; in fd_write() 104 size = (DWORD)todo; in fd_write() 111 DWORD err = GetLastError(); in fd_write() 3389 DWORD nread; in channel_wait() 3391 DWORD deadline = GetTickCount() + timeout; in channel_wait()
|
| H A D | message.c | 3083 DWORD nwrite = 0; in mch_errmsg_c() 3084 DWORD mode = 0; in mch_errmsg_c() 3189 DWORD nwrite = 0; in mch_msg_c() 3190 DWORD mode; in mch_msg_c()
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | Reg.cpp | 14 DWORD Dummy; in GetAppKey() 33 DWORD Dummy; in GetSectionKey() 42 DWORD Value; in GetRegistryInt() 43 DWORD Type; in GetRegistryInt() 44 DWORD Count = sizeof (DWORD); in GetRegistryInt()
|
| H A D | DSAddIn.h | 48 DWORD m_dwCookie;
|
| H A D | Commands.h | 72 DWORD m_dwAdvise; in COM_INTERFACE_ENTRY()
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen… 5 void WideCharToMultiByte_alloc(UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen…
|
| H A D | os_mswin.pro | 50 char *quality_id2name(DWORD id);
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 56 DWORD hlen; in getGvimName() 199 DWORD len, len2; in dyn_libintl_init() 284 DWORD len; in dyn_gettext_load() 291 len = (DWORD)strlen(szBuff); in dyn_gettext_load() 320 DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID /* lpReserved */) in DllMain()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | plm.vim | 66 syn keyword plmReserved DATA DECLARE DISABLE DO DWORD
|
| H A D | msmessages.vim | 99 syn keyword msmessagesType DWORD DWORDLONG DWORD32 DWORD64
|