link              337 lib/vfs/interface.c MC_RENAMEOP (link)
link              185 lib/vfs/vfs.h      int (*link) (const vfs_path_t *vpath1, const vfs_path_t *vpath2);
link              110 src/help.c         const char *link;  // Pointer to the selected link
link              667 src/help.c         history[history_ptr].link = selected_item;
link              693 src/help.c             history[history_ptr].link = selected_item;
link              707 src/help.c         selected_item = history[history_ptr].link;
link              819 src/help.c             selected_item = history[history_ptr].link;
link              826 src/help.c             history[history_ptr].link = selected_item;
link             1084 src/help.c             history[history_ptr].link = la->link_name;
link             1194 src/help.c             history[i].link = selected_item;
link              346 src/vfs/local/local.c     return link (path1, path2);
link              516 src/vfs/local/local.c     vfs_local_ops->link = local_link;
link              835 src/vfs/sftpfs/sftpfs.c     vfs_sftpfs_ops->link = sftpfs_cb_link;
link             1716 src/vfs/shell/shell.c     vfs_shell_ops->link = shell_link;