Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwinclip.c342 char_u *rawp; in clip_mch_request_selection() local
344 rawp = (char_u *)GlobalLock(rawh); in clip_mch_request_selection()
345 if (rawp != NULL && STRCMP(p_enc, rawp) == 0) in clip_mch_request_selection()
348 str = rawp + n; in clip_mch_request_selection()