Searched refs:conv_str (Results 1 – 2 of 2) sorted by relevance
167 char_u *conv_str = string_convert(&output_conv, str, &len);168 if (conv_str)171 str = conv_str;
1956 char_u *conv_str; in x11_export_final_selection() local1959 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()