Home
last modified time | relevance | path

Searched refs:wstr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_w32.c2320 WCHAR *wstr; in GetTextWidthEnc() local
2324 wstr = enc_to_utf16(str, &wlen); in GetTextWidthEnc()
2325 if (wstr == NULL) in GetTextWidthEnc()
2328 n = GetTextExtentPointW(hdc, wstr, wlen, &size); in GetTextWidthEnc()
2329 vim_free(wstr); in GetTextWidthEnc()
2540 WCHAR *wstr = NULL; in gui_mch_update_tabline() local
2575 wstr = enc_to_utf16(NameBuff, NULL); in gui_mch_update_tabline()
2576 if (wstr != NULL) in gui_mch_update_tabline()
2582 tiw.pszText = wstr; in gui_mch_update_tabline()
2584 vim_free(wstr); in gui_mch_update_tabline()