Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c320 static int s_findrep_is_find; // TRUE for find dialog, FALSE variable
2716 if (IsWindow(s_findrep_hwnd) && !s_findrep_is_find) in gui_mch_find_dialog()
2728 s_findrep_is_find = TRUE; in gui_mch_find_dialog()
2740 if (IsWindow(s_findrep_hwnd) && s_findrep_is_find) in gui_mch_replace_dialog()
2752 s_findrep_is_find = FALSE; in gui_mch_replace_dialog()