Searched refs:tt_text (Results 1 – 1 of 1) sorted by relevance
4720 static void *tt_text = NULL; in _WndProc() local4722 VIM_CLEAR(tt_text); in _WndProc()4786 tt_text = enc_to_utf16(str, NULL); in _WndProc()4787 lpdi->lpszText = tt_text; in _WndProc()4800 || ((tt_text = vim_strsave(str)) == NULL)) in _WndProc()4804 lpdi->lpszText = tt_text; in _WndProc()