Home
last modified time | relevance | path

Searched refs:text_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
123 text_clip = alloc(len + 1); // Normal text in clip_mch_set_selection()
125 if (text_clip && vim_clip) in clip_mch_set_selection()
135 clip_header[1].data = text_clip; in clip_mch_set_selection()
145 vim_strncpy(text_clip, str, len); in clip_mch_set_selection()
151 vim_free(text_clip); in clip_mch_set_selection()