Home
last modified time | relevance | path

Searched refs:vc_type (Results 1 – 25 of 26) sorted by relevance

12

/vim-8.2.3635/src/
H A Dmbyte.c484 input_conv.vc_type = CONV_NONE; in mb_init()
486 output_conv.vc_type = CONV_NONE; in mb_init()
639 vimconv.vc_type = CONV_NONE; in mb_init()
5041 vcp->vc_type = CONV_NONE; in convert_setup_ext()
5064 vcp->vc_type = CONV_TO_UTF8; in convert_setup_ext()
5070 vcp->vc_type = CONV_9_TO_UTF8; in convert_setup_ext()
5076 vcp->vc_type = CONV_TO_LATIN1; in convert_setup_ext()
5088 vcp->vc_type = CONV_CODEPAGE; in convert_setup_ext()
5101 vcp->vc_type = CONV_MAC_UTF8; in convert_setup_ext()
5110 vcp->vc_type = CONV_UTF8_MAC; in convert_setup_ext()
[all …]
H A Dgui.h522 ((output_conv.vc_type == CONV_NONE || (String) == NULL) \
527 ((String) = ((output_conv.vc_type == CONV_NONE) \
532 ((input_conv.vc_type == CONV_NONE || (String) == NULL) \
537 ((String) = ((input_conv.vc_type == CONV_NONE) \
H A Dtime.c317 conv.vc_type = CONV_NONE; in f_strftime()
320 if (conv.vc_type != CONV_NONE) in f_strftime()
328 if (conv.vc_type != CONV_NONE) in f_strftime()
331 if (conv.vc_type != CONV_NONE) in f_strftime()
367 conv.vc_type = CONV_NONE; in f_strptime()
370 if (conv.vc_type != CONV_NONE) in f_strptime()
377 if (conv.vc_type != CONV_NONE) in f_strptime()
H A Dos_mac_conv.c350 conv.vc_type = CONV_NONE; in mac_utf16_to_enc()
358 if (conv.vc_type == CONV_NONE) in mac_utf16_to_enc()
403 conv.vc_type = CONV_NONE; in mac_enc_to_utf16()
409 if (conv.vc_type != CONV_NONE) in mac_enc_to_utf16()
H A Dwinclip.c642 conv.vc_type = CONV_NONE; in enc_to_utf16()
646 if (conv.vc_type != CONV_NONE) in enc_to_utf16()
708 conv.vc_type = CONV_NONE; in utf16_to_enc()
711 if (conv.vc_type == CONV_NONE) in utf16_to_enc()
H A Dos_macosx.m130 if (input_conv.vc_type != CONV_NONE)
136 if (input_conv.vc_type != CONV_NONE)
165 if (output_conv.vc_type != CONV_NONE)
H A Dui.c43 if (output_conv.vc_type != CONV_NONE) in ui_write()
59 if (output_conv.vc_type != CONV_NONE) in ui_write()
1024 if (input_conv.vc_type != CONV_NONE) in fill_input_buf()
H A Dgui_gtk_x11.c1273 conv.vc_type = CONV_NONE; in selection_received_cb()
1275 if (conv.vc_type != CONV_NONE) in selection_received_cb()
1292 if (input_conv.vc_type != CONV_NONE) in selection_received_cb()
1306 conv.vc_type = CONV_NONE; in selection_received_cb()
1309 if (conv.vc_type != CONV_NONE) in selection_received_cb()
1399 conv.vc_type = CONV_NONE; in selection_get_cb()
1401 if (conv.vc_type != CONV_NONE) in selection_get_cb()
1457 if (output_conv.vc_type != CONV_NONE) in selection_get_cb()
2046 if (input_conv.vc_type != CONV_NONE) in drag_handle_text()
4532 if (output_conv.vc_type != CONV_NONE) in gui_mch_settitle()
[all …]
H A Djson.c111 conv.vc_type = CONV_NONE; in write_string()
113 if (conv.vc_type != CONV_NONE) in write_string()
548 conv.vc_type = CONV_NONE; in json_decode_string()
550 if (conv.vc_type != CONV_NONE) in json_decode_string()
H A Dgui_xim.c188 if (input_conv.vc_type != CONV_NONE) 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()
483 if (input_conv.vc_type != CONV_NONE) in im_commit_cb()
H A Dclipboard.c1647 conv.vc_type = CONV_NONE; in clip_x11_request_selection_cb()
1649 if (conv.vc_type != CONV_NONE) in clip_x11_request_selection_cb()
1860 vc.vc_type = CONV_NONE; in yank_cut_buffer0()
1952 vc.vc_type = CONV_NONE; in x11_export_final_selection()
H A Dclientserver.c160 vimconv.vc_type = CONV_NONE; in serverConvert()
162 && vimconv.vc_type != CONV_NONE) in serverConvert()
H A Ddigraph.c1814 vc.vc_type = CONV_NONE; in get_digraph_for_char()
1951 vc.vc_type = CONV_NONE; in getexactdigraph()
H A Dhelp.c894 vc.vc_type = CONV_NONE; in fix_help_buffer()
898 if (vc.vc_type == CONV_NONE) in fix_help_buffer()
H A Dviminfo.c299 if (convert && virp->vir_conv.vc_type != CONV_NONE && *retval != NUL) in viminfo_readstring()
1107 if (virp->vir_conv.vc_type != CONV_NONE && *s != NUL) in barline_parse()
2934 vir.vir_conv.vc_type = CONV_NONE; in do_viminfo()
2999 if (vir.vir_conv.vc_type != CONV_NONE) in do_viminfo()
H A Dgui_gtk.c1583 if (output_conv.vc_type != CONV_NONE) in split_button_translation()
2163 if (output_conv.vc_type == CONV_NONE) in convert_localized_message()
2222 if (entry_text != NULL && output_conv.vc_type != CONV_NONE) in find_replace_dialog_create()
H A Dscriptfile.c1386 cookie.conv.vc_type = CONV_NONE; // no conversion in do_source()
1865 if (line != NULL && sp->conv.vc_type != CONV_NONE) in getsourceline()
H A Dspellfile.c2275 if (spin->si_conv.vc_type != CONV_NONE) in spell_read_aff()
3563 if (spin->si_conv.vc_type != CONV_NONE) in spell_read_dic()
4136 if (spin->si_conv.vc_type != CONV_NONE) in spell_read_wordfile()
4158 if (spin->si_conv.vc_type != CONV_NONE) in spell_read_wordfile()
6040 spin.si_conv.vc_type = CONV_NONE; in mkspell()
H A Dtag.c1684 vimconv.vc_type = CONV_NONE; in find_tags()
2028 if (vimconv.vc_type != CONV_NONE) in find_tags()
2711 if (vimconv.vc_type != CONV_NONE) in find_tags()
H A Dquickfix.c830 if (state->vc.vc_type != CONV_NONE && has_non_ascii(state->linebuf)) in qf_get_next_file_line()
1568 pstate->vc.vc_type = CONV_NONE; in qf_setup_state()
1604 if (pstate->vc.vc_type != CONV_NONE) in qf_cleanup_state()
8053 if (p_vc->vc_type != CONV_NONE in hgr_search_file()
8162 vc.vc_type = CONV_NONE; in hgr_search_in_rtp()
8179 if (vc.vc_type != CONV_NONE) in hgr_search_in_rtp()
H A Dos_amiga.c197 if (input_conv.vc_type != CONV_NONE) in mch_inchar()
H A Dhardcopy.c2884 prt_conv.vc_type = CONV_NONE; in mch_print_begin()
2895 prt_do_conv = prt_conv.vc_type != CONV_NONE; in mch_print_begin()
H A Dgui_beval.c746 if (output_conv.vc_type != CONV_NONE) in set_printable_label_text()
H A Dstructs.h1193 int vc_type; // zero or one of the CONV_ values member
H A Dgui_x11.c817 if (len > 0 && input_conv.vc_type != CONV_NONE in gui_x11_key_hit_cb()

12