Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui.h522 ((output_conv.vc_type == CONV_NONE || (String) == NULL) \
524 : string_convert(&output_conv, (String), NULL))
527 ((String) = ((output_conv.vc_type == CONV_NONE) \
H A Dui.c43 if (output_conv.vc_type != CONV_NONE) in ui_write()
46 tofree = string_convert(&output_conv, s, &len); in ui_write()
59 if (output_conv.vc_type != CONV_NONE) in ui_write()
H A Dos_macosx.m165 if (output_conv.vc_type != CONV_NONE)
167 char_u *conv_str = string_convert(&output_conv, str, &len);
H A Dgui_gtk.c1583 if (output_conv.vc_type != CONV_NONE) in split_button_translation()
1584 str = string_convert(&output_conv, str, NULL); in split_button_translation()
2163 if (output_conv.vc_type == CONV_NONE) in convert_localized_message()
2167 *buffer = string_convert(&output_conv, (char_u *)message, NULL); in convert_localized_message()
2222 if (entry_text != NULL && output_conv.vc_type != CONV_NONE) in find_replace_dialog_create()
2225 entry_text = string_convert(&output_conv, entry_text, NULL); in find_replace_dialog_create()
H A Dgui_gtk_x11.c1457 if (output_conv.vc_type != CONV_NONE) in selection_get_cb()
1459 tmpbuf = string_convert(&output_conv, string, &length); in selection_get_cb()
4527 if (title != NULL && output_conv.vc_type != CONV_NONE) in gui_mch_settitle()
4528 title = string_convert(&output_conv, title, NULL); in gui_mch_settitle()
4532 if (output_conv.vc_type != CONV_NONE) in gui_mch_settitle()
4712 if (output_conv.vc_type != CONV_NONE) in gui_mch_font_dialog()
4713 oldname = string_convert(&output_conv, oldval, NULL); in gui_mch_font_dialog()
5018 if (output_conv.vc_type != CONV_NONE) in gui_mch_get_font()
5022 buf = string_convert(&output_conv, name, NULL); in gui_mch_get_font()
5513 if (output_conv.vc_type != CONV_NONE) in gui_gtk2_draw_string()
[all …]
H A Dgui_beval.c746 if (output_conv.vc_type != CONV_NONE) in set_printable_label_text()
748 convbuf = string_convert(&output_conv, text, NULL); in set_printable_label_text()
H A Dmbyte.c486 output_conv.vc_type = CONV_NONE; in mb_init()
4941 if (output_conv.vc_type == CONV_ICONV) in iconv_end()
4942 convert_setup(&output_conv, NULL, NULL); in iconv_end()
H A Doptionstr.c1032 || convert_setup(&output_conv, p_enc, p_tenc) == FAIL) in did_set_string_option()
H A Dglobals.h1029 EXTERN vimconv_T output_conv; // type of output conversion variable
H A Doption.c514 convert_setup(&output_conv, p_enc, p_tenc); in set_init_1()