Searched refs:clip_convert_selection (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | clipboard.pro | 34 int clip_convert_selection(char_u **str, long_u *len, Clipboard_T *cbd);
|
| /vim-8.2.3635/src/ |
| H A D | os_qnx.c | 120 type = clip_convert_selection(&str, &len, cbd); in clip_mch_set_selection()
|
| H A D | clipboard.c | 1453 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 D | os_macosx.m | 159 int motion_type = clip_convert_selection(&str, &llen, cbd);
|
| H A D | winclip.c | 471 metadata.type = clip_convert_selection(&str, &txtlen, cbd); in clip_mch_set_selection()
|
| H A D | gui_haiku.cc | 4811 type = clip_convert_selection(&str, &count, cbd); in clip_mch_set_selection()
|
| H A D | gui_gtk_x11.c | 1371 motion_type = clip_convert_selection(&string, &tmplen, cbd); in selection_get_cb()
|