Searched refs:rawh (Results 1 – 1 of 1) sorted by relevance
301 HGLOBAL rawh = NULL; in clip_mch_request_selection() local340 if ((rawh = GetClipboardData(cbd->format_raw)) != NULL) in clip_mch_request_selection()344 rawp = (char_u *)GlobalLock(rawh); in clip_mch_request_selection()353 GlobalUnlock(rawh); in clip_mch_request_selection()354 rawh = NULL; in clip_mch_request_selection()445 if (rawh != NULL) in clip_mch_request_selection()446 GlobalUnlock(rawh); in clip_mch_request_selection()