link              343 lib/vfs/interface.c MC_RENAMEOP (link)
link              186 lib/vfs/vfs.h      int (*link) (const vfs_path_t * vpath1, const vfs_path_t * vpath2);
link              112 src/help.c         const char *link;           /* Pointer to the selected link */
link              621 src/help.c         history[history_ptr].link = selected_item;
link              647 src/help.c             history[history_ptr].link = selected_item;
link              661 src/help.c         selected_item = history[history_ptr].link;
link              773 src/help.c             selected_item = history[history_ptr].link;
link              780 src/help.c             history[history_ptr].link = selected_item;
link             1038 src/help.c             history[history_ptr].link = la->link_name;
link             1156 src/help.c             history[history_ptr].link = selected_item;
link              330 src/vfs/local/local.c     return link (path1, path2);
link              500 src/vfs/local/local.c     vfs_local_ops->link = local_link;
link              836 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->link = sftpfs_cb_link;
link             1747 src/vfs/shell/shell.c     vfs_shell_ops->link = shell_link;