Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_qnx.c66 PhClipHeader *clip_header; in clip_mch_request_selection() local
74 if (clip_header != NULL && clip_header->data != NULL) in clip_mch_request_selection()
76 switch(*(char *) clip_header->data) in clip_mch_request_selection()
88 if (clip_header != NULL) in clip_mch_request_selection()
90 clip_text = clip_header->data; in clip_mch_request_selection()
91 clip_length = clip_header->length - 1; in clip_mch_request_selection()
110 PhClipHeader clip_header[2]; in clip_mch_set_selection() local
127 memset(clip_header, 0, sizeof(clip_header)); in clip_mch_set_selection()
131 clip_header[0].data = vim_clip; in clip_mch_set_selection()
134 clip_header[1].length = len + 1; in clip_mch_set_selection()
[all …]