Searched refs:clip_text (Results 1 – 1 of 1) sorted by relevance
67 char_u *clip_text = NULL; in clip_mch_request_selection() local90 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()