Searched refs:s_findrep_struct (Results 1 – 1 of 1) sorted by relevance
318 static FINDREPLACEW s_findrep_struct; variable1111 if (s_findrep_struct.Flags & FR_DIALOGTERM) in _OnFindRepl()1115 if (s_findrep_struct.Flags & FR_FINDNEXT) in _OnFindRepl()1141 if (s_findrep_struct.Flags & FR_WHOLEWORD) in _OnFindRepl()1143 if (s_findrep_struct.Flags & FR_MATCHCASE) in _OnFindRepl()2669 s_findrep_struct.hwndOwner = s_hwnd; in initialise_findrep()2670 s_findrep_struct.Flags = FR_DOWN; in initialise_findrep()2672 s_findrep_struct.Flags |= FR_MATCHCASE; in initialise_findrep()2674 s_findrep_struct.Flags |= FR_WHOLEWORD; in initialise_findrep()5449 s_findrep_struct.lStructSize = sizeof(s_findrep_struct); in gui_mch_init()[all …]