info              262 lib/tty/key.c      void *info;
info              624 lib/tty/key.c          p->callback (p->fd, p->info);
info             1397 lib/tty/key.c  add_select_channel (int fd, select_fn callback, void *info)
info             1404 lib/tty/key.c      new->info = info;
info               86 lib/tty/key.h  typedef int (*select_fn) (int fd, void *info);
info               89 lib/tty/key.h  void add_select_channel (int fd, select_fn callback, void *info);
info              426 lib/vfs/direntry.c     struct dirhandle *info;
info              449 lib/vfs/direntry.c     info = g_new (struct dirhandle, 1);
info              450 lib/vfs/direntry.c     info->cur = g_queue_peek_head_link (dir->subdir);
info              451 lib/vfs/direntry.c     info->dir = dir;
info              453 lib/vfs/direntry.c     return info;
info              462 lib/vfs/direntry.c     struct dirhandle *info = (struct dirhandle *) data;
info              465 lib/vfs/direntry.c     if (info->cur == NULL || info->cur->data == NULL)
info              468 lib/vfs/direntry.c     name = VFS_ENTRY (info->cur->data)->name;
info              474 lib/vfs/direntry.c     info->cur = g_list_next (info->cur);
info              484 lib/vfs/direntry.c     struct dirhandle *info = (struct dirhandle *) data;
info              485 lib/vfs/direntry.c     struct vfs_s_inode *dir = info->dir;
info              216 lib/vfs/interface.c         void *info;
info              219 lib/vfs/interface.c         info = me->open (vpath, flags, mode);
info              220 lib/vfs/interface.c         if (info == NULL)
info              223 lib/vfs/interface.c             result = vfs_new_handle (me, info);
info              414 lib/vfs/interface.c     void *info;
info              427 lib/vfs/interface.c     info = path_element->class->opendir ? path_element->class->opendir (vpath) : NULL;
info              428 lib/vfs/interface.c     if (info == NULL)
info              434 lib/vfs/interface.c     path_element->dir.info = info;
info              476 lib/vfs/interface.c         entry = vfs->readdir (vfs_path_element->dir.info);
info              522 lib/vfs/interface.c         result = vfs->closedir ? (*vfs->closedir) (vfs_path_element->dir.info) : -1;
info              895 lib/vfs/path.c     new_element->dir.info = element->dir.info;
info               52 lib/vfs/path.h         DIR *info;
info               90 src/background.c register_task_running (file_op_context_t * ctx, pid_t pid, int fd, int to_child, char *info)
info               96 src/background.c     new->info = info;
info              124 src/background.c             g_free (p->info);
info              521 src/background.c do_background (file_op_context_t * ctx, char *info)
info              589 src/background.c         register_task_running (ctx, pid, comm[0], back_comm[1], info);
info               24 src/background.h     char *info;
info               38 src/background.h int do_background (file_op_context_t * ctx, char *info);
info              476 src/filemanager/boxes.c         s = g_strconcat (state_str[tl->state], " ", tl->info, (char *) NULL);
info               82 src/filemanager/info.c info_box (WInfo * info)
info               84 src/filemanager/info.c     Widget *w = WIDGET (info);
info              107 src/filemanager/info.c info_show_info (WInfo * info)
info              109 src/filemanager/info.c     const WRect *w = &CONST_WIDGET (info)->rect;
info              121 src/filemanager/info.c     info_box (info);
info              127 src/filemanager/info.c     if (!info->ready)
info              317 src/filemanager/info.c     WInfo *info = (WInfo *) data;
info              323 src/filemanager/info.c     if (widget_overlapped (WIDGET (info), other_widget))
info              326 src/filemanager/info.c     info->ready = TRUE;
info              327 src/filemanager/info.c     info_show_info (info);
info              335 src/filemanager/info.c     WInfo *info = (WInfo *) w;
info              341 src/filemanager/info.c         add_hook (&select_file_hook, info_hook, info);
info              342 src/filemanager/info.c         info->ready = FALSE;
info              346 src/filemanager/info.c         info_hook (info);
info              367 src/filemanager/info.c     WInfo *info;
info              370 src/filemanager/info.c     info = g_new (struct WInfo, 1);
info              371 src/filemanager/info.c     w = WIDGET (info);
info              374 src/filemanager/info.c     return info;
info              169 src/vfs/extfs/extfs.c     extfs_plugin_info_t *info;
info              172 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, EXTFS_SUPER (a)->fstype);
info              174 src/vfs/extfs/extfs.c         g_strconcat (a->name != NULL ? a->name : "", PATH_SEP_STR, info->prefix,
info              514 src/vfs/extfs/extfs.c     const extfs_plugin_info_t *info;
info              529 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
info              531 src/vfs/extfs/extfs.c     if (info->need_archive)
info              546 src/vfs/extfs/extfs.c     cmd = g_strconcat (info->path, info->prefix, " list ",
info              710 src/vfs/extfs/extfs.c         extfs_plugin_info_t *info;
info              712 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);
info              714 src/vfs/extfs/extfs.c         if ((strncmp (path, info->prefix, path_len) == 0)
info              715 src/vfs/extfs/extfs.c             && ((info->prefix[path_len] == '\0') || (info->prefix[path_len] == '+')))
info              737 src/vfs/extfs/extfs.c         const extfs_plugin_info_t *info;
info              739 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype);
info              740 src/vfs/extfs/extfs.c         message (D_ERROR, MSG_ERROR, _("Cannot open %s archive\n%s:\n%s"), info->prefix, name,
info              920 src/vfs/extfs/extfs.c     const extfs_plugin_info_t *info;
info              949 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
info              952 src/vfs/extfs/extfs.c         cmd = g_strconcat (info->path, info->prefix, str_extfs_cmd, quoted_archive_name, " ",
info              959 src/vfs/extfs/extfs.c         cmd = g_strconcat (info->path, info->prefix, str_extfs_cmd, quoted_archive_name, " ",
info             1010 src/vfs/extfs/extfs.c     const extfs_plugin_info_t *info;
info             1020 src/vfs/extfs/extfs.c     info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype);
info             1022 src/vfs/extfs/extfs.c         g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL);
info             1172 src/vfs/extfs/extfs.c     GList **info;
info             1186 src/vfs/extfs/extfs.c     info = g_new (GList *, 1);
info             1187 src/vfs/extfs/extfs.c     *info = g_queue_peek_head_link (entry->ino->subdir);
info             1189 src/vfs/extfs/extfs.c     return info;
info             1198 src/vfs/extfs/extfs.c     GList **info = (GList **) data;
info             1200 src/vfs/extfs/extfs.c     if (*info == NULL)
info             1203 src/vfs/extfs/extfs.c     dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0);   /* FIXME: inode */
info             1205 src/vfs/extfs/extfs.c     *info = g_list_next (*info);
info             1602 src/vfs/extfs/extfs.c                 extfs_plugin_info_t info;
info             1611 src/vfs/extfs/extfs.c                 info.need_archive = (filename[len - 1] != '+');
info             1612 src/vfs/extfs/extfs.c                 info.path = g_strconcat (dirname, PATH_SEP_STR, (char *) NULL);
info             1613 src/vfs/extfs/extfs.c                 info.prefix = g_strndup (filename, len);
info             1616 src/vfs/extfs/extfs.c                 if (!info.need_archive)
info             1617 src/vfs/extfs/extfs.c                     info.prefix[len - 1] = '\0';
info             1627 src/vfs/extfs/extfs.c                     found = strcmp (info.path, p->path) != 0
info             1628 src/vfs/extfs/extfs.c                         && strcmp (info.prefix, p->prefix) == 0;
info             1633 src/vfs/extfs/extfs.c                     g_free (info.path);
info             1634 src/vfs/extfs/extfs.c                     g_free (info.prefix);
info             1639 src/vfs/extfs/extfs.c                     if (!info.need_archive)
info             1640 src/vfs/extfs/extfs.c                         info.prefix[len - 1] = '+';
info             1641 src/vfs/extfs/extfs.c                     g_array_append_val (extfs_plugins, info);
info             1685 src/vfs/extfs/extfs.c         extfs_plugin_info_t *info;
info             1687 src/vfs/extfs/extfs.c         info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i);
info             1688 src/vfs/extfs/extfs.c         g_free (info->path);
info             1689 src/vfs/extfs/extfs.c         g_free (info->prefix);
info             1148 src/vfs/ftpfs/ftpfs_parse_ls.c                 struct vfs_s_entry *info;
info             1156 src/vfs/ftpfs/ftpfs_parse_ls.c                 info = vfs_s_generate_entry (me, NULL, dir, 0);
info             1157 src/vfs/ftpfs/ftpfs_parse_ls.c                 nlink = info->ino->st.st_nlink;
info             1158 src/vfs/ftpfs/ftpfs_parse_ls.c                 ok = (*line_parsers[i]) (tmp_line, &info->ino->st, &info->name,
info             1159 src/vfs/ftpfs/ftpfs_parse_ls.c                                          &info->ino->linkname, &err[i]);
info             1160 src/vfs/ftpfs/ftpfs_parse_ls.c                 if (ok && strchr (info->name, '/') == NULL)
info             1162 src/vfs/ftpfs/ftpfs_parse_ls.c                     info->ino->st.st_nlink = nlink;     /* Ouch, we need to preserve our counts :-( */
info             1163 src/vfs/ftpfs/ftpfs_parse_ls.c                     set[i] = g_slist_prepend (set[i], info);
info             1166 src/vfs/ftpfs/ftpfs_parse_ls.c                     vfs_s_free_entry (me, info);
info             1189 src/vfs/ftpfs/ftpfs_parse_ls.c             struct vfs_s_entry *info;
info             1197 src/vfs/ftpfs/ftpfs_parse_ls.c             info = vfs_s_generate_entry (me, NULL, dir, 0);
info             1198 src/vfs/ftpfs/ftpfs_parse_ls.c             nlink = info->ino->st.st_nlink;
info             1199 src/vfs/ftpfs/ftpfs_parse_ls.c             ok = guessed_parser (tmp_line, &info->ino->st, &info->name, &info->ino->linkname,
info             1201 src/vfs/ftpfs/ftpfs_parse_ls.c             if (ok && strchr (info->name, '/') == NULL)
info             1203 src/vfs/ftpfs/ftpfs_parse_ls.c                 info->ino->st.st_nlink = nlink; /* Ouch, we need to preserve our counts :-( */
info             1204 src/vfs/ftpfs/ftpfs_parse_ls.c                 *the_set = g_slist_prepend (*the_set, info);
info             1207 src/vfs/ftpfs/ftpfs_parse_ls.c                 vfs_s_free_entry (me, info);
info              300 src/vfs/sfs/sfs.c     int *info;
info              307 src/vfs/sfs/sfs.c     info = g_new (int, 1);
info              308 src/vfs/sfs/sfs.c     *info = fd;
info              310 src/vfs/sfs/sfs.c     return info;