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