Searched refs:s_findrep_hwnd (Results 1 – 1 of 1) sorted by relevance
319 static HWND s_findrep_hwnd = NULL; variable1823 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 …]