Searched defs:can_undo (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/riched20/ |
H A D | editor.c | 3463 void ME_ReplaceSel(ME_TextEditor *editor, BOOL can_undo, const WCHAR *str, int len) in ME_ReplaceSel()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 2678 static void EDIT_EM_ReplaceSel(EDITSTATE *es, BOOL can_undo, LPCWSTR lpsz_replace, BOOL send_update…
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 2493 static void EDIT_EM_ReplaceSel(EDITSTATE *es, BOOL can_undo, const WCHAR *lpsz_replace, UINT strl, in EDIT_EM_ReplaceSel()
|