Searched refs:prt_conv (Results 1 – 1 of 1) sorted by relevance
1390 static vimconv_T prt_conv; variable2134 convert_setup(&prt_conv, NULL, NULL); in mch_print_cleanup()2884 prt_conv.vc_type = CONV_NONE; in mch_print_begin()2887 if (FAIL == convert_setup(&prt_conv, p_enc, p_encoding)) in mch_print_begin()2895 prt_do_conv = prt_conv.vc_type != CONV_NONE; in mch_print_begin()3352 tofree = p = string_convert(&prt_conv, p, &len); in mch_print_text_out()