hotlist           146 src/filemanager/hotlist.c     struct hotlist *head;
hotlist           147 src/filemanager/hotlist.c     struct hotlist *up;
hotlist           148 src/filemanager/hotlist.c     struct hotlist *next;
hotlist           204 src/filemanager/hotlist.c static struct hotlist *hotlist = NULL;
hotlist           206 src/filemanager/hotlist.c static struct hotlist *current_group;
hotlist           220 src/filemanager/hotlist.c static void init_movelist (struct hotlist *item);
hotlist           223 src/filemanager/hotlist.c static void remove_from_hotlist (struct hotlist *entry);
hotlist           248 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) cdata;
hotlist           273 src/filemanager/hotlist.c     struct hotlist *current;
hotlist           304 src/filemanager/hotlist.c unlink_entry (struct hotlist *entry)
hotlist           306 src/filemanager/hotlist.c     struct hotlist *current = current_group->head;
hotlist           339 src/filemanager/hotlist.c             struct hotlist *saved = current_group;
hotlist           340 src/filemanager/hotlist.c             struct hotlist *item = NULL;
hotlist           341 src/filemanager/hotlist.c             struct hotlist *moveto_item = NULL;
hotlist           342 src/filemanager/hotlist.c             struct hotlist *moveto_group = NULL;
hotlist           369 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;
hotlist           393 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;
hotlist           408 src/filemanager/hotlist.c             struct hotlist *entry = NULL;
hotlist           432 src/filemanager/hotlist.c             struct hotlist *hlp;
hotlist           440 src/filemanager/hotlist.c             hlp = (struct hotlist *) data;
hotlist           543 src/filemanager/hotlist.c                 struct hotlist *hlp = (struct hotlist *) ldata;
hotlist           642 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) data;
hotlist           838 src/filemanager/hotlist.c init_movelist (struct hotlist *item)
hotlist           908 src/filemanager/hotlist.c find_group_section (struct hotlist *grp)
hotlist           915 src/filemanager/hotlist.c static struct hotlist *
hotlist           918 src/filemanager/hotlist.c     struct hotlist *new;
hotlist           919 src/filemanager/hotlist.c     struct hotlist *current = NULL;
hotlist           934 src/filemanager/hotlist.c     new = g_new0 (struct hotlist, 1);
hotlist           966 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
hotlist           976 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
hotlist          1123 src/filemanager/hotlist.c remove_group (struct hotlist *grp)
hotlist          1125 src/filemanager/hotlist.c     struct hotlist *current = grp->head;
hotlist          1129 src/filemanager/hotlist.c         struct hotlist *next = current->next;
hotlist          1145 src/filemanager/hotlist.c remove_from_hotlist (struct hotlist *entry)
hotlist          1171 src/filemanager/hotlist.c         struct hotlist *head = entry->head;
hotlist          1202 src/filemanager/hotlist.c load_group (struct hotlist *grp)
hotlist          1206 src/filemanager/hotlist.c     struct hotlist *current = 0;
hotlist          1327 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp)
hotlist          1330 src/filemanager/hotlist.c     struct hotlist *new_grp;
hotlist          1381 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp)
hotlist          1384 src/filemanager/hotlist.c     struct hotlist *new_grp;
hotlist          1473 src/filemanager/hotlist.c     hotlist = g_new0 (struct hotlist, 1);
hotlist          1474 src/filemanager/hotlist.c     hotlist->type = HL_TYPE_GROUP;
hotlist          1475 src/filemanager/hotlist.c     hotlist->label = g_strdup (_("Top level group"));
hotlist          1476 src/filemanager/hotlist.c     hotlist->up = hotlist;
hotlist          1480 src/filemanager/hotlist.c     hotlist->directory = g_strdup ("Hotlist");
hotlist          1487 src/filemanager/hotlist.c         load_group (hotlist);
hotlist          1505 src/filemanager/hotlist.c         hot_load_file (hotlist);
hotlist          1523 src/filemanager/hotlist.c     current_group = hotlist;
hotlist          1529 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp)
hotlist          1531 src/filemanager/hotlist.c     struct hotlist *current;
hotlist          1594 src/filemanager/hotlist.c     if (current_group != hotlist && hotlist_has_dot_dot)
hotlist          1664 src/filemanager/hotlist.c         struct hotlist *hlp = NULL;
hotlist          1691 src/filemanager/hotlist.c             hot_save_group (hotlist);
hotlist          1712 src/filemanager/hotlist.c     if (hotlist != NULL)
hotlist          1714 src/filemanager/hotlist.c         remove_group (hotlist);
hotlist          1715 src/filemanager/hotlist.c         g_free (hotlist->label);
hotlist          1716 src/filemanager/hotlist.c         g_free (hotlist->directory);
hotlist          1717 src/filemanager/hotlist.c         MC_PTR_FREE (hotlist);