Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclientserver.c182 static char_u *build_drop_cmd(int filec, char **filev, int tabs, int sendReply);
554 char **filev, in build_drop_cmd() argument
565 if (filec > 0 && filev[0][0] == '+') in build_drop_cmd()
567 inicmd = (char_u *)filev[0] + 1; in build_drop_cmd()
568 filev++; in build_drop_cmd()
573 mainerr_arg_missing((char_u *)filev[-1]); in build_drop_cmd()
609 p = vim_strsave_escaped((char_u *)filev[i], in build_drop_cmd()
H A Dex_docmd.c6374 char_u **filev, // the list of files dropped in handle_drop() argument
6383 FreeWild(filec, filev); in handle_drop()
6397 drop_filev = filev; in handle_drop()
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro42 void handle_drop(int filec, char_u **filev, int split, void (*callback)(void *), void *cookie);