Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Ddehqx.py13 conv = binhex.HexBin(input) variable
14 info = conv.FInfo
15 out = conv.FName
26 d = conv.read(128000)
30 conv.close_data()
32 d = conv.read_rsrc(128000)
38 d = conv.read_rsrc(128000)
43 conv.close()
H A Dos_mac_conv.c338 vimconv_T conv; in mac_utf16_to_enc() local
350 conv.vc_type = CONV_NONE; in mac_utf16_to_enc()
356 convert_setup(&conv, (char_u *)"utf-8", in mac_utf16_to_enc()
358 if (conv.vc_type == CONV_NONE) in mac_utf16_to_enc()
369 convert_setup(&conv, NULL, NULL); in mac_utf16_to_enc()
392 vimconv_T conv; in mac_enc_to_utf16() local
403 conv.vc_type = CONV_NONE; in mac_enc_to_utf16()
405 convert_setup(&conv, p_enc ? p_enc : (char_u *)"macroman", in mac_enc_to_utf16()
409 if (conv.vc_type != CONV_NONE) in mac_enc_to_utf16()
412 utf8_str = string_convert(&conv, from, (int *)&utf8_len); in mac_enc_to_utf16()
[all …]
H A Dwinclip.c618 vimconv_T conv; in enc_to_utf16() local
642 conv.vc_type = CONV_NONE; in enc_to_utf16()
646 if (conv.vc_type != CONV_NONE) in enc_to_utf16()
648 str = allocbuf = string_convert(&conv, str, lenp); in enc_to_utf16()
652 convert_setup(&conv, NULL, NULL); in enc_to_utf16()
680 vimconv_T conv; in utf16_to_enc() local
708 conv.vc_type = CONV_NONE; in utf16_to_enc()
709 convert_setup(&conv, (char_u *)"utf-8", in utf16_to_enc()
711 if (conv.vc_type == CONV_NONE) in utf16_to_enc()
718 enc_str = string_convert(&conv, utf8_str, lenp); in utf16_to_enc()
[all …]
H A Dtime.c314 vimconv_T conv; in f_strftime()
317 conv.vc_type = CONV_NONE; in f_strftime()
319 convert_setup(&conv, p_enc, enc); in f_strftime()
320 if (conv.vc_type != CONV_NONE) in f_strftime()
328 if (conv.vc_type != CONV_NONE) in f_strftime()
330 convert_setup(&conv, enc, p_enc); in f_strftime()
331 if (conv.vc_type != CONV_NONE) in f_strftime()
337 convert_setup(&conv, NULL, NULL); in f_strftime()
354 vimconv_T conv; in f_strptime() local
367 conv.vc_type = CONV_NONE; in f_strptime()
[all …]
H A Djson.c104 vimconv_T conv; in write_string() local
111 conv.vc_type = CONV_NONE; in write_string()
112 convert_setup(&conv, p_enc, (char_u*)"utf-8"); in write_string()
113 if (conv.vc_type != CONV_NONE) in write_string()
114 converted = res = string_convert(&conv, res, NULL); in write_string()
115 convert_setup(&conv, NULL, NULL); in write_string()
545 vimconv_T conv; in json_decode_string() local
548 conv.vc_type = CONV_NONE; in json_decode_string()
549 convert_setup(&conv, (char_u*)"utf-8", p_enc); in json_decode_string()
550 if (conv.vc_type != CONV_NONE) in json_decode_string()
[all …]
H A Dscriptfile.c1386 cookie.conv.vc_type = CONV_NONE; // no conversion in do_source()
1394 convert_setup(&cookie.conv, (char_u *)"utf-8", p_enc); in do_source()
1395 p = string_convert(&cookie.conv, firstline + 3, NULL); in do_source()
1506 convert_setup(&cookie.conv, NULL, NULL); in do_source()
1865 if (line != NULL && sp->conv.vc_type != CONV_NONE) in getsourceline()
1870 s = string_convert(&sp->conv, line, NULL); in getsourceline()
1918 convert_setup(&sp->conv, name, p_enc); in ex_scriptencoding()
H A Dgui_gtk_x11.c1262 vimconv_T conv; in selection_received_cb() local
1273 conv.vc_type = CONV_NONE; in selection_received_cb()
1274 convert_setup(&conv, enc, p_enc); in selection_received_cb()
1275 if (conv.vc_type != CONV_NONE) in selection_received_cb()
1303 vimconv_T conv; in selection_received_cb() local
1306 conv.vc_type = CONV_NONE; in selection_received_cb()
1309 if (conv.vc_type != CONV_NONE) in selection_received_cb()
1314 convert_setup(&conv, NULL, NULL); in selection_received_cb()
1396 vimconv_T conv; in selection_get_cb() local
1399 conv.vc_type = CONV_NONE; in selection_get_cb()
[all …]
H A Dclipboard.c1635 vimconv_T conv; in clip_x11_request_selection_cb() local
1647 conv.vc_type = CONV_NONE; in clip_x11_request_selection_cb()
1648 convert_setup(&conv, enc, p_enc); in clip_x11_request_selection_cb()
1649 if (conv.vc_type != CONV_NONE) in clip_x11_request_selection_cb()
1652 tmpbuf = string_convert(&conv, p, &convlen); in clip_x11_request_selection_cb()
1656 convert_setup(&conv, NULL, NULL); in clip_x11_request_selection_cb()
H A Dstructs.h4419 vimconv_T conv; // type of conversion member
/vim-8.2.3635/runtime/syntax/
H A Dmonk.vim118 syn keyword monkFunc char-to-char conv count-used-children degc->degf
H A Dfstab.vim130 syn match fsOptionsKeywords contained /\<conv=*/ nextgroup=fsOptionsConv
H A Dmysql.vim169 syn region mysqlFunction start="conv(" end=")" contains=ALL
H A D8th.vim115 Builtin base85> b:base85> bit! b:bit! bit@ b:bit@ clear b:clear compress b:compress conv b:conv ea…
/vim-8.2.3635/runtime/doc/
H A Dquickfix.txt1404 %*{conv} any scanf non-assignable conversion