Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_qnx.c109 char_u *text_clip, vim_clip[2], *str = NULL; in clip_mch_set_selection() local
125 if (text_clip && vim_clip) in clip_mch_set_selection()
130 clip_header[0].length = sizeof(vim_clip); in clip_mch_set_selection()
131 clip_header[0].data = vim_clip; in clip_mch_set_selection()
140 case MLINE: *vim_clip = 'L'; break; in clip_mch_set_selection()
141 case MCHAR: *vim_clip = 'C'; break; in clip_mch_set_selection()
142 case MBLOCK: *vim_clip = 'B'; break; in clip_mch_set_selection()
147 vim_clip[ 1 ] = NUL; in clip_mch_set_selection()