| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 170 UINT cbSize; 171 UINT fType; 172 UINT fState; 173 UINT wID; 183 UINT cbSize; 184 UINT fType; 185 UINT fState; 186 UINT wID; 329 …KL, [in] HIMC hIMC, [in] LPSTR pSrc, [in] UINT uBufLen, [in] UINT uFlag, [out] CANDIDATELIST *pDst… 505 …in] HIMC hIMC, [in] LPWSTR szSource, [in] UINT uFlag, [in] UINT uBufLen, [out] CANDIDATELIST *pDes… [all …]
|
| H A D | gui_w32.c | 274 typedef int UINT; typedef 598 blink_timer = (UINT) SetTimer(NULL, 0, (UINT)blink_offtime, in _OnBlinkTimer() 605 blink_timer = (UINT) SetTimer(NULL, 0, (UINT)blink_ontime, in _OnBlinkTimer() 653 blink_timer = (UINT)SetTimer(NULL, 0, (UINT)blink_waittime, in gui_mch_start_blink() 796 UINT ch, in _OnChar() 820 UINT cch, in _OnSysChar() 1213 UINT uMsg, in _TextAreaWndProc() 3717 UINT i; in _OnDropFiles() 3765 UINT code, in _OnScroll() 4564 UINT uMsg, in _WndProc() [all …]
|
| H A D | if_ole.cpp | 37 # define UINT_PTR UINT 104 STDMETHOD(GetTypeInfoCount)(UINT *pCount); 105 STDMETHOD(GetTypeInfo)(UINT iTypeInfo, LCID, ITypeInfo **ppITypeInfo); 106 STDMETHOD(GetIDsOfNames)(const IID &iid, OLECHAR **names, UINT n, LCID, DISPID *dispids); 107 …id, LCID, WORD flags, DISPPARAMS *dispparams, VARIANT *result, EXCEPINFO *excepinfo, UINT *argerr); 241 CVim::GetTypeInfoCount(UINT *pCount) in GetTypeInfoCount() 248 CVim::GetTypeInfo(UINT iTypeInfo, LCID, ITypeInfo **ppITypeInfo) in GetTypeInfo() 264 UINT n, in GetIDsOfNames() 283 UINT *argerr) in Invoke()
|
| H A D | if_ole.h | 106 /* [out] */ UINT __RPC_FAR *pctinfo); 110 /* [in] */ UINT iTInfo, 118 /* [in] */ UINT cNames, 131 /* [out] */ UINT __RPC_FAR *puArgErr);
|
| H A D | winclip.c | 42 typedef int UINT; typedef 145 MultiByteToWideChar_alloc(UINT cp, DWORD flags, in MultiByteToWideChar_alloc() 164 WideCharToMultiByte_alloc(UINT cp, DWORD flags, in WideCharToMultiByte_alloc()
|
| H A D | glbl_ime.h | 18 LRESULT WINAPI global_ime_DefWindowProc(HWND, UINT, WPARAM, LPARAM);
|
| H A D | gui_dwrite.h | 70 UINT fuOptions,
|
| H A D | gui_dwrite.cpp | 334 UINT fuOptions, const RECT *lprc, const INT *lpDx); 1004 UINT fuOptions, const RECT *lprc, const INT *lpDx) in DrawText() 1280 UINT fuOptions, in DWriteContext_DrawText()
|
| H A D | glbl_ime.cpp | 130 global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) in global_ime_DefWindowProc()
|
| H A D | os_mswin.c | 117 typedef int UINT; typedef 778 for (p = str; !IsBadReadPtr(p, (UINT)pageLength); in check_str_len() 1060 UINT message, in PrintDlgProc() 1146 UINT uiMsg, // message identifier in PrintHookProc() 1975 Messaging_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in Messaging_WndProc()
|
| H A D | sound.c | 300 sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in sound_wndproc()
|
| H A D | if_mzsch.c | 807 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD); 808 static UINT timer_id = 0; 844 timer_proc(HWND hwnd UNUSED, UINT uMsg UNUSED, UINT_PTR idEvent UNUSED, DWORD dwTime UNUSED) in timer_proc()
|
| H A D | structs.h | 3990 UINT id; // Id of menu item
|
| H A D | os_win32.c | 1000 UINT uMods = pker->dwControlKeyState; in win32_kbd_patch_key()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.h | 50 # define UINT_PTR UINT 119 UINT m_edit_existing_off; 152 UINT indexMenu, 153 UINT idCmdFirst, 154 UINT idCmdLast, 155 UINT uFlags); 160 UINT uFlags, 161 UINT FAR *reserved, 163 UINT cchMax);
|
| H A D | gvimext.cpp | 32 UINT cbFiles = 0; 577 UINT indexMenu, in QueryContextMenu() argument 578 UINT idCmdFirst, in QueryContextMenu() 579 UINT /* idCmdLast */, in QueryContextMenu() 580 UINT /* uFlags */) in QueryContextMenu() 582 UINT idCmd = idCmdFirst; in QueryContextMenu() 746 UINT idCmd = LOWORD(lpcmi->lpVerb); in InvokeCommand() 813 UINT uFlags, in GetCommandString() 814 UINT FAR * /* reserved */, in GetCommandString() 816 UINT cchMax) in GetCommandString() [all …]
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | DSAddIn.h | 44 UINT StrResId, UINT GlyphIndex, VARIANT_BOOL bFirstTime);
|
| H A D | OleAut.h | 28 UINT GetErrArgNr () in GetErrArgNr() 48 UINT m_nErrArg;
|
| H A D | DSAddIn.cpp | 102 UINT StrResId, UINT GlyphIndex, VARIANT_BOOL bFirstTime) in AddCommand()
|
| H A D | OleAut.cpp | 47 static bool CountArgsInFormat (LPCTSTR Format, UINT* nArgs); 221 UINT ArgCount = 0; in Invoke() 663 static bool CountArgsInFormat (LPCTSTR Format, UINT* pArgCount) in CountArgsInFormat()
|
| /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…
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | msmessages.vim | 100 syn keyword msmessagesType INT INT32 INT64 UINT UINT32 UINT64
|
| H A D | idlang.vim | 195 syn keyword idlangRoutine TS_SMOOTH TV TVCRS TVLCT TVRD TVSCL UINDGEN UINT
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6487 Solution: Add [ and ] to entry of class name. Use UINT_PTR instead of UINT.
|