Home
last modified time | relevance | path

Searched refs:input_conv (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dgui.h532 ((input_conv.vc_type == CONV_NONE || (String) == NULL) \
534 : string_convert(&input_conv, (String), NULL))
537 ((String) = ((input_conv.vc_type == CONV_NONE) \
H A Dos_macosx.m130 if (input_conv.vc_type != CONV_NONE)
131 str = string_convert(&input_conv, str, &len);
136 if (input_conv.vc_type != CONV_NONE)
H A Dgui_xim.c188 if (input_conv.vc_type != CONV_NONE) in im_add_to_input()
190 str = string_convert(&input_conv, str, &len); in im_add_to_input()
196 if (input_conv.vc_type != CONV_NONE) in im_add_to_input()
473 if (input_conv.vc_type != CONV_NONE) in im_commit_cb()
475 im_str = string_convert(&input_conv, (char_u *)str, &len); in im_commit_cb()
483 if (input_conv.vc_type != CONV_NONE) in im_commit_cb()
H A Dui.c964 / input_conv.vc_factor); in fill_input_buf()
1024 if (input_conv.vc_type != CONV_NONE) in fill_input_buf()
H A Dmbyte.c484 input_conv.vc_type = CONV_NONE; in mb_init()
485 input_conv.vc_factor = 1; in mb_init()
4939 if (input_conv.vc_type == CONV_ICONV) in iconv_end()
4940 convert_setup(&input_conv, NULL, NULL); in iconv_end()
5164 d = string_convert_ext(&input_conv, ptr, &dlen, in convert_input_safe()
H A Dgui_gtk_x11.c1051 if (len > 1 && input_conv.vc_type != CONV_NONE) in key_press_event()
1292 if (input_conv.vc_type != CONV_NONE) in selection_received_cb()
1294 tmpbuf = string_convert(&input_conv, tmpbuf_utf8, &len); in selection_received_cb()
2046 if (input_conv.vc_type != CONV_NONE) in drag_handle_text()
2047 tmpbuf = string_convert(&input_conv, text, &len); in drag_handle_text()
4772 if (p != NULL && input_conv.vc_type != CONV_NONE) in gui_mch_font_dialog()
4774 fontname = string_convert(&input_conv, p, NULL); in gui_mch_font_dialog()
7069 if (message != NULL && input_conv.vc_type != CONV_NONE) in gui_mch_register_sign()
7070 message = string_convert(&input_conv, message, NULL); in gui_mch_register_sign()
7078 if (input_conv.vc_type != CONV_NONE) in gui_mch_register_sign()
H A Dos_amiga.c193 len = Read(raw_in, (char *)buf, (long)maxlen / input_conv.vc_factor); in mch_inchar()
197 if (input_conv.vc_type != CONV_NONE) in mch_inchar()
H A Doptionstr.c1031 if (convert_setup(&input_conv, p_tenc, p_enc) == FAIL in did_set_string_option()
H A Dglobals.h1028 EXTERN vimconv_T input_conv; // type of input conversion variable
H A Dgui_x11.c817 if (len > 0 && input_conv.vc_type != CONV_NONE in gui_x11_key_hit_cb()
H A Doption.c513 convert_setup(&input_conv, p_tenc, p_enc); in set_init_1()