Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_haiku.cc4729 ssize_t stringlen = -1; in clip_mch_request_selection() local
4732 (const void **)&string, &stringlen) == B_OK in clip_mch_request_selection()
4735 if (stringlen == -1) in clip_mch_request_selection()
4736 stringlen = STRLEN(string); in clip_mch_request_selection()
4761 type = memchr(string, stringlen, '\n') ? MLINE : MCHAR; in clip_mch_request_selection()
4763 clip_yank_selection(type, string, (long)stringlen, cbd); in clip_mch_request_selection()