mc_link           316 lib/vfs/vfs.h  int mc_link (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
mc_link           349 src/filemanager/cmd.c         if (mc_link (fname_vpath, dest_vpath) == -1)
mc_link           431 src/filemanager/file.c                     while (!(ok = (mc_link (lnk->dst_vpath, dst_vpath) == 0)) && !*skip_all)