Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_qnx.c64 int type = MLINE, clip_length = 0, is_type_set = FALSE; in clip_mch_request_selection() local
91 clip_length = clip_header->length - 1; 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()