Searched refs:input_conv (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui.h | 532 ((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 D | os_macosx.m | 130 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 D | gui_xim.c | 188 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 D | ui.c | 964 / input_conv.vc_factor); in fill_input_buf() 1024 if (input_conv.vc_type != CONV_NONE) in fill_input_buf()
|
| H A D | mbyte.c | 484 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 D | gui_gtk_x11.c | 1051 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 D | os_amiga.c | 193 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 D | optionstr.c | 1031 if (convert_setup(&input_conv, p_tenc, p_enc) == FAIL in did_set_string_option()
|
| H A D | globals.h | 1028 EXTERN vimconv_T input_conv; // type of input conversion variable
|
| H A D | gui_x11.c | 817 if (len > 0 && input_conv.vc_type != CONV_NONE in gui_x11_key_hit_cb()
|
| H A D | option.c | 513 convert_setup(&input_conv, p_tenc, p_enc); in set_init_1()
|