Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c318 HGLOBAL meta_h; in clip_mch_request_selection() local
321 if ((meta_h = GetClipboardData(cbd->format)) != NULL in clip_mch_request_selection()
322 && (meta_p = (VimClipType_t *)GlobalLock(meta_h)) != NULL) in clip_mch_request_selection()
327 if (GlobalSize(meta_h) < n) in clip_mch_request_selection()
328 n = GlobalSize(meta_h); in clip_mch_request_selection()
330 GlobalUnlock(meta_h); in clip_mch_request_selection()