Home
last modified time | relevance | path

Searched refs:s_hwnd (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c324 HWND s_hwnd = NULL; variable
1446 s_hwnd, NULL, in gui_mch_create_scrollbar()
2783 s_hwnd, in gui_mch_show_popupmenu_at()
3655 SetFocus(s_hwnd); in gui_mch_browse()
4494 ti.hwnd = s_hwnd; in show_sizing_tip()
5305 if (s_hwnd == NULL) in gui_mch_init()
5371 s_hwnd, NULL, in gui_mch_init()
7326 s_hwnd, in gui_mch_dialog()
7519 s_hwnd, in tearoff_callback()
7920 s_hwnd, in gui_mch_tearoff()
[all …]
H A Dos_mswin.c137 extern HWND s_hwnd;
953 if (s_hwnd != 0) in GetConsoleHwnd()
960 s_hwnd = g_hWnd; in GetConsoleHwnd()
1108 BringWindowToTop(s_hwnd); in PrintDlgProc()
1341 prt_dlg.hwndOwner = s_hwnd; in mch_print_init()
1569 SetFocus(s_hwnd); in mch_print_begin()
1891 if (s_hwnd != 0) in win32_set_foreground()
1892 SetForegroundWindow(s_hwnd); in win32_set_foreground()
2030 if (s_hwnd != 0) in Messaging_WndProc()
2103 if (s_hwnd != 0) in Messaging_WndProc()
[all …]
H A Dif_ole.cpp23 extern HWND s_hwnd;
297 *result = (UINT_PTR)s_hwnd; in GetHwnd()