Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c301 HGLOBAL rawh = NULL; in clip_mch_request_selection() local
340 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()