Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c2108 int_u eolsize; in clip_convert_selection() local
2117 eolsize = 2; in clip_convert_selection()
2119 eolsize = 1; in clip_convert_selection()
2128 *len += (long_u)STRLEN(y_ptr->y_array[i]) + eolsize; in clip_convert_selection()
2131 if (y_ptr->y_type == MCHAR && *len >= eolsize) in clip_convert_selection()
2132 *len -= eolsize; in clip_convert_selection()