Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c319 static HWND s_findrep_hwnd = NULL; variable
1823 if (s_findrep_hwnd != NULL && pIsDialogMessage(s_findrep_hwnd, &msg)) in process_message()
2716 if (IsWindow(s_findrep_hwnd) && !s_findrep_is_find) in gui_mch_find_dialog()
2717 DestroyWindow(s_findrep_hwnd); in gui_mch_find_dialog()
2719 if (!IsWindow(s_findrep_hwnd)) in gui_mch_find_dialog()
2725 set_window_title(s_findrep_hwnd, _("Find string")); in gui_mch_find_dialog()
2726 (void)SetFocus(s_findrep_hwnd); in gui_mch_find_dialog()
2740 if (IsWindow(s_findrep_hwnd) && s_findrep_is_find) in gui_mch_replace_dialog()
2741 DestroyWindow(s_findrep_hwnd); in gui_mch_replace_dialog()
2743 if (!IsWindow(s_findrep_hwnd)) in gui_mch_replace_dialog()
[all …]