Searched refs:EDIT_MoveEnd (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 1899 static void EDIT_MoveEnd(EDITSTATE *es, BOOL extend, BOOL ctrl) in EDIT_MoveEnd() function 3387 EDIT_MoveEnd(es, shift, control); in EDIT_WM_KeyDown() 3415 EDIT_MoveEnd(es, TRUE, FALSE); in EDIT_WM_KeyDown()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 2052 static void EDIT_MoveEnd(EDITSTATE *es, BOOL extend, BOOL ctrl) function 3609 EDIT_MoveEnd(es, shift, control); 3639 EDIT_MoveEnd(es, TRUE, FALSE);
|