Lines Matching refs:s_findrep_hwnd
319 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()
2722 s_findrep_hwnd = FindTextW((LPFINDREPLACEW) &s_findrep_struct); 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()
2746 s_findrep_hwnd = ReplaceTextW((LPFINDREPLACEW) &s_findrep_struct); in gui_mch_replace_dialog()
2749 set_window_title(s_findrep_hwnd, _("Find & Replace")); in gui_mch_replace_dialog()
2750 (void)SetFocus(s_findrep_hwnd); in gui_mch_replace_dialog()