Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dgui_w32.c3716 UINT cFiles = DragQueryFile(hDrop, DRAGQVAL, NULL, 0); in _OnDropFiles() local
3730 fnames = ALLOC_MULT(char_u *, cFiles); in _OnDropFiles()
3733 for (i = 0; i < cFiles; ++i) in _OnDropFiles()
3755 gui_handle_drop(pt.x, pt.y, modifiers, fnames, cFiles); in _OnDropFiles()