Searched refs:output_conv (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.h | 522 ((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 D | ui.c | 43 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 D | os_macosx.m | 165 if (output_conv.vc_type != CONV_NONE) 167 char_u *conv_str = string_convert(&output_conv, str, &len);
|
| H A D | gui_gtk.c | 1583 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 D | gui_gtk_x11.c | 1457 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 D | gui_beval.c | 746 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 D | mbyte.c | 486 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 D | optionstr.c | 1032 || convert_setup(&output_conv, p_enc, p_tenc) == FAIL) in did_set_string_option()
|
| H A D | globals.h | 1029 EXTERN vimconv_T output_conv; // type of output conversion variable
|
| H A D | option.c | 514 convert_setup(&output_conv, p_enc, p_tenc); in set_init_1()
|