Home
last modified time | relevance | path

Searched refs:clip_convert_selection (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dclipboard.pro34 int clip_convert_selection(char_u **str, long_u *len, Clipboard_T *cbd);
/vim-8.2.3635/src/
H A Dos_qnx.c120 type = clip_convert_selection(&str, &len, cbd); in clip_mch_set_selection()
H A Dclipboard.c1453 motion_type = clip_convert_selection(&string, length, cbd); in clip_x11_convert_selection_cb()
1935 motion_type = clip_convert_selection(&str, &len, &clip_plus); in x11_export_final_selection()
1937 motion_type = clip_convert_selection(&str, &len, &clip_star); in x11_export_final_selection()
2103 clip_convert_selection(char_u **str, long_u *len, Clipboard_T *cbd) in clip_convert_selection() function
H A Dos_macosx.m159 int motion_type = clip_convert_selection(&str, &llen, cbd);
H A Dwinclip.c471 metadata.type = clip_convert_selection(&str, &txtlen, cbd); in clip_mch_set_selection()
H A Dgui_haiku.cc4811 type = clip_convert_selection(&str, &count, cbd); in clip_mch_set_selection()
H A Dgui_gtk_x11.c1371 motion_type = clip_convert_selection(&string, &tmplen, cbd); in selection_get_cb()