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 868 lib/vfs/path.c new_element->dir.info = element->dir.info; info 52 lib/vfs/path.h DIR *info; info 91 src/background.c register_task_running (file_op_context_t *ctx, pid_t pid, int fd, int to_child, char *info) info 97 src/background.c new->info = info; info 125 src/background.c g_free (p->info); info 522 src/background.c do_background (file_op_context_t *ctx, char *info) info 590 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 319 src/filemanager/info.c WInfo *info = (WInfo *) data; info 325 src/filemanager/info.c if (widget_overlapped (WIDGET (info), other_widget)) info 328 src/filemanager/info.c info->ready = TRUE; info 329 src/filemanager/info.c info_show_info (info); info 337 src/filemanager/info.c WInfo *info = (WInfo *) w; info 343 src/filemanager/info.c add_hook (&select_file_hook, info_hook, info); info 344 src/filemanager/info.c info->ready = FALSE; info 348 src/filemanager/info.c info_hook (info); info 368 src/filemanager/info.c WInfo *info; info 371 src/filemanager/info.c info = g_new (struct WInfo, 1); info 372 src/filemanager/info.c w = WIDGET (info); info 375 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 549 src/vfs/extfs/extfs.c cmd = g_strconcat (info->path, info->prefix, " list ", info 713 src/vfs/extfs/extfs.c extfs_plugin_info_t *info; info 715 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i); info 717 src/vfs/extfs/extfs.c if ((strncmp (path, info->prefix, path_len) == 0) info 718 src/vfs/extfs/extfs.c && ((info->prefix[path_len] == '\0') || (info->prefix[path_len] == '+'))) info 740 src/vfs/extfs/extfs.c const extfs_plugin_info_t *info; info 742 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, fstype); info 744 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("Cannot open %s archive\n%s"), info->prefix, name); info 747 src/vfs/extfs/extfs.c message (D_ERROR, MSG_ERROR, _("Cannot open %s archive\n%s:\n%s"), info->prefix, name, info 928 src/vfs/extfs/extfs.c const extfs_plugin_info_t *info; info 957 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); info 960 src/vfs/extfs/extfs.c cmd = g_strconcat (info->path, info->prefix, str_extfs_cmd, quoted_archive_name, " ", info 967 src/vfs/extfs/extfs.c cmd = g_strconcat (info->path, info->prefix, str_extfs_cmd, quoted_archive_name, " ", info 1018 src/vfs/extfs/extfs.c const extfs_plugin_info_t *info; info 1028 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, archive->fstype); info 1030 src/vfs/extfs/extfs.c g_strconcat (info->path, info->prefix, " run ", quoted_archive_name, " ", q, (char *) NULL); info 1180 src/vfs/extfs/extfs.c GList **info; info 1194 src/vfs/extfs/extfs.c info = g_new (GList *, 1); info 1195 src/vfs/extfs/extfs.c *info = g_queue_peek_head_link (entry->ino->subdir); info 1197 src/vfs/extfs/extfs.c return info; info 1206 src/vfs/extfs/extfs.c GList **info = (GList **) data; info 1208 src/vfs/extfs/extfs.c if (*info == NULL) info 1211 src/vfs/extfs/extfs.c dir = vfs_dirent_init (NULL, VFS_ENTRY ((*info)->data)->name, 0); /* FIXME: inode */ info 1213 src/vfs/extfs/extfs.c *info = g_list_next (*info); info 1617 src/vfs/extfs/extfs.c extfs_plugin_info_t info; info 1626 src/vfs/extfs/extfs.c info.need_archive = (filename[len - 1] != '+'); info 1627 src/vfs/extfs/extfs.c info.path = g_strconcat (dirname, PATH_SEP_STR, (char *) NULL); info 1628 src/vfs/extfs/extfs.c info.prefix = g_strndup (filename, len); info 1631 src/vfs/extfs/extfs.c if (!info.need_archive) info 1632 src/vfs/extfs/extfs.c info.prefix[len - 1] = '\0'; info 1642 src/vfs/extfs/extfs.c found = strcmp (info.path, p->path) != 0 info 1643 src/vfs/extfs/extfs.c && strcmp (info.prefix, p->prefix) == 0; info 1648 src/vfs/extfs/extfs.c g_free (info.path); info 1649 src/vfs/extfs/extfs.c g_free (info.prefix); info 1654 src/vfs/extfs/extfs.c if (!info.need_archive) info 1655 src/vfs/extfs/extfs.c info.prefix[len - 1] = '+'; info 1656 src/vfs/extfs/extfs.c g_array_append_val (extfs_plugins, info); info 1700 src/vfs/extfs/extfs.c extfs_plugin_info_t *info; info 1702 src/vfs/extfs/extfs.c info = &g_array_index (extfs_plugins, extfs_plugin_info_t, i); info 1703 src/vfs/extfs/extfs.c g_free (info->path); info 1704 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 298 src/vfs/sfs/sfs.c int *info; info 305 src/vfs/sfs/sfs.c info = g_new (int, 1); info 306 src/vfs/sfs/sfs.c *info = fd; info 308 src/vfs/sfs/sfs.c return info;