Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_qnx.c67 char_u *clip_text = NULL; in clip_mch_request_selection() local
90 clip_text = clip_header->data; in clip_mch_request_selection()
93 if (clip_text != NULL && is_type_set == FALSE) in clip_mch_request_selection()
97 if ((clip_text != NULL) && (clip_length > 0)) in clip_mch_request_selection()
98 clip_yank_selection(type, clip_text, clip_length, cbd); in clip_mch_request_selection()