| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 200 HWND hWnd; 328 HRESULT GetContext([in] HWND hWnd, [out] HIMC *phIMC); 332 HRESULT GetDefaultIMEWnd([in] HWND hWnd, [out] HWND *phDefWnd); 353 HRESULT ReleaseContext([in] HWND hWnd, [in] HIMC hIMC); 363 HRESULT SimulateHotKey([in] HWND hWnd, [in] DWORD dwHotKeyID); 411 HRESULT GetContext([in] HWND hWnd, [out] HIMC *phIMC); 415 HRESULT GetDefaultIMEWnd([in] HWND hWnd, [out] HWND *phDefWnd); 436 HRESULT ReleaseContext([in] HWND hWnd, [in] HIMC hIMC); 446 HRESULT SimulateHotKey([in] HWND hWnd, [in] DWORD dwHotKeyID); 470 …HRESULT CreateSoftKeyboard([in] UINT uType, [in] HWND hOwner, [in] int x, [in] int y, [out] HWND *… [all …]
|
| H A D | os_mswin.c | 93 typedef int HWND; typedef 137 extern HWND s_hwnd; 1059 HWND hDlg, in PrintDlgProc() 1151 HWND hwndOwner; in PrintHookProc() 1926 HWND hwnd; 2000 HWND sender = (HWND)wParam; in Messaging_WndProc() 2255 static HWND 2272 HWND hwnd = 0; in serverSetName() 2336 HWND target; in serverSendReply() 2373 HWND target; in serverSendToVim() [all …]
|
| H A D | gui_w32.c | 577 HWND hwnd, in _OnBlinkTimer() 667 HWND hwnd, in _OnTimer() 1212 HWND hwnd, in _TextAreaWndProc() 1525 HWND hwnd; in pixels_to_points() 2823 HWND hwnd) in _OnPaint() 2856 HWND hwnd, in _OnSize() 2874 HWND hwnd, in _OnSetFocus() 2884 HWND hwnd, in _OnKillFocus() 2897 HWND hwnd, in _OnActivateApp() 3037 HWND hwnd; in get_scroll_flags() [all …]
|
| H A D | glbl_ime.cpp | 49 static HWND s_hWnd = NULL; 57 global_ime_init(ATOM atom, HWND hWnd) in global_ime_init() 130 global_ime_DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) in global_ime_DefWindowProc()
|
| H A D | glbl_ime.h | 16 void global_ime_init(ATOM, HWND); 18 LRESULT WINAPI global_ime_DefWindowProc(HWND, UINT, WPARAM, LPARAM);
|
| H A D | beval.h | 59 HWND target; 60 HWND balloon;
|
| H A D | clientserver.c | 299 HWND srv; in cmdsrv_main() 432 extern HWND message_window; in cmdsrv_main() 729 HWND w; in remote_common() 870 s = serverGetReply((HWND)n, FALSE, FALSE, FALSE, 0); in f_remote_peek() 925 r = serverGetReply((HWND)n, FALSE, TRUE, TRUE, timeout); in f_remote_read()
|
| H A D | sound.c | 297 static HWND g_hWndSound = NULL; 300 sound_wndproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in sound_wndproc() 339 static HWND
|
| H A D | if_ole.cpp | 23 extern HWND s_hwnd; 24 extern HWND vim_parent_hwnd;
|
| H A D | gui.h | 183 HWND id; // Id of real scroll bar
|
| H A D | os_win32.c | 113 typedef int HWND; typedef 2688 HWND g_hWnd = NULL; // also used in os_mswin.c 2711 HWND hWnd, in GetConsoleIcon() 2737 HWND hWnd, in SetConsoleIcon() 4099 HWND hwnd = GetFocus(); in mch_system_classic() 4132 if (pPeekMessage(&msg, (HWND)NULL, 0, 0, PM_REMOVE)) in mch_system_classic() 4454 if (pPeekMessage(&msg, (HWND)NULL, 0, 0, PM_REMOVE)) in mch_system_piped()
|
| H A D | globals.h | 1529 typedef int HWND; typedef 1531 EXTERN HWND clientWindow INIT(= 0);
|
| H A D | if_mzsch.c | 807 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD); 844 timer_proc(HWND hwnd UNUSED, UINT uMsg UNUSED, UINT_PTR idEvent UNUSED, DWORD dwTime UNUSED) in timer_proc()
|
| H A D | dosinst.c | 442 window_cb(HWND hwnd, LPARAM lparam) in window_cb()
|
| H A D | structs.h | 3992 HWND tearoff_handle; // hWnd of tearoff if created
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.h | 123 static BOOL CALLBACK EnumWindowsProc(HWND hWnd, LPARAM lParam); 125 STDMETHODIMP PushToWindow(HWND hParent, 132 STDMETHODIMP InvokeSingleGvim(HWND hParent, 141 HWND m_hWnd[MAX_HWND];
|
| H A D | gvimext.cpp | 790 STDMETHODIMP CShellExt::PushToWindow(HWND /* hParent */, in PushToWindow() argument 797 HWND hWnd = m_hWnd[idHWnd]; in PushToWindow() 824 BOOL CALLBACK CShellExt::EnumWindowsProc(HWND hWnd, LPARAM lParam) in EnumWindowsProc() 886 STDMETHODIMP CShellExt::InvokeSingleGvim(HWND hParent, in InvokeSingleGvim()
|
| /vim-8.2.3635/src/proto/ |
| H A D | os_mswin.pro | 47 char_u *serverGetReply(HWND server, int *expr_res, int remove, int wait, int timeout);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ishd.vim | 17 syn keyword ishdType BOOL BYREF CHAR GDI HWND INT KERNEL LIST LONG
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 2116 \ , "System.Win32.Console.HWND"
|
| /vim-8.2.3635/src/po/ |
| H A D | uk.cp1251.po | 3349 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" 3350 msgstr "--windowid <HWND>\t³������ Vim �������� ������ �������� win32"
|
| H A D | ja.euc-jp.po | 3195 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" 3196 msgstr "--windowid <HWND>\t�ۤʤ�Win32 widget��������Vim��"
|
| H A D | ko.UTF-8.po | 3234 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" 3235 msgstr "--windowid <HWND>\t다른 win32 위젯 안에서 Vim 열기"
|
| H A D | ru.cp1251.po | 3278 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" 3279 msgstr "--windowid <HWND>\t������� Vim ������ ������� ���������� win32"
|
| H A D | ru.po | 3278 msgid "--windowid <HWND>\tOpen Vim inside another win32 widget" 3279 msgstr "--windowid <HWND>\tОткрыть Vim внутри другого компонента win32"
|