Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_beval.c736 char_u *convbuf = NULL; in set_printable_label_text() local
748 convbuf = string_convert(&output_conv, text, NULL); in set_printable_label_text()
749 if (convbuf != NULL) in set_printable_label_text()
750 text = convbuf; in set_printable_label_text()
897 vim_free(convbuf); in set_printable_label_text()
H A Dgui_w32.c5790 char_u *convbuf = NULL; in GetResultStr() local
5800 convbuf = utf16_to_enc(buf, lenp); in GetResultStr()
5803 return convbuf; in GetResultStr()