Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_macosx.m167 char_u *conv_str = string_convert(&output_conv, str, &len);
168 if (conv_str)
171 str = conv_str;
H A Dclipboard.c1956 char_u *conv_str; in x11_export_final_selection() local
1959 conv_str = string_convert(&vc, str, &intlen); in x11_export_final_selection()
1961 if (conv_str != NULL) in x11_export_final_selection()
1964 str = conv_str; in x11_export_final_selection()