Searched refs:meta_h (Results 1 – 1 of 1) sorted by relevance
318 HGLOBAL meta_h; in clip_mch_request_selection() local321 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()