Searched refs:w32_system_caret_hwnd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32term.c137 HWND w32_system_caret_hwnd;
443 if (w32_use_visible_system_caret && w32_system_caret_hwnd)
445 SendMessage (w32_system_caret_hwnd, WM_EMACS_HIDE_CARET, 0, 0);
568 if (w32_use_visible_system_caret && w32_system_caret_hwnd)
570 SendMessage (w32_system_caret_hwnd, WM_EMACS_SHOW_CARET, 0, 0);
5128 if (w32_system_caret_hwnd
6417 w32_system_caret_hwnd = NULL;
135 HWND w32_system_caret_hwnd; variable
H A Dw32fns.c291 extern HWND w32_system_caret_hwnd;
3649 if (w32_system_caret_hwnd)
3652 w32_system_caret_hwnd = NULL;
3831 w32_system_caret_hwnd = NULL;
3837 if (w32_system_caret_hwnd == NULL)
3841 w32_system_caret_hwnd = hwnd;

Completed in 200 milliseconds