Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 35) sorted by relevance

12

/vim-8.2.3635/src/
H A Ddimm.idl122 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 Dos_win32.c106 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 Duninstall.c36 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 Dif_cscope.h49 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 Ddosinst.c464 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 Dif_ole.h211 DWORD *_pdwStubPhase);
224 DWORD *_pdwStubPhase);
235 DWORD *_pdwStubPhase);
247 DWORD *_pdwStubPhase);
H A Dgui_w32.c248 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 Dos_mswin.c87 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 Discygpty.c68 DWORD dwBufferSize);
76 DWORD dwBufferSize) in stub_GetFileInformationByHandleEx()
H A Ddosinst.h457 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 Dwinclip.c36 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 Dos_w32dll.c22 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) in DllMain()
H A Dvimrun.c36 DWORD written; in main()
H A Dif_ole.cpp658 DWORD size = 1024; in RecursiveDeleteKey()
702 (DWORD)STRLEN(value)+1); in SetKeyAndValue()
H A Dvim.h2728 typedef int DWORD; typedef
2730 typedef DWORD elapsed_T;
2732 long elapsed(DWORD start_tick);
H A Dchannel.c84 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 Dmessage.c3083 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 DReg.cpp14 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 DDSAddIn.h48 DWORD m_dwCookie;
H A DCommands.h72 DWORD m_dwAdvise; in COM_INTERFACE_ENTRY()
/vim-8.2.3635/src/proto/
H A Dwinclip.pro4 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 Dos_mswin.pro50 char *quality_id2name(DWORD id);
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp56 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 Dplm.vim66 syn keyword plmReserved DATA DECLARE DISABLE DO DWORD
H A Dmsmessages.vim99 syn keyword msmessagesType DWORD DWORDLONG DWORD32 DWORD64

12