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 203 src/filemanager/hotlist.c static struct hotlist *hotlist = NULL; hotlist 205 src/filemanager/hotlist.c static struct hotlist *current_group; hotlist 219 src/filemanager/hotlist.c static void init_movelist (struct hotlist *item); hotlist 222 src/filemanager/hotlist.c static void remove_from_hotlist (struct hotlist *entry); hotlist 247 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) cdata; hotlist 272 src/filemanager/hotlist.c struct hotlist *current; hotlist 297 src/filemanager/hotlist.c unlink_entry (struct hotlist *entry) hotlist 299 src/filemanager/hotlist.c struct hotlist *current = current_group->head; hotlist 332 src/filemanager/hotlist.c struct hotlist *saved = current_group; hotlist 333 src/filemanager/hotlist.c struct hotlist *item = NULL; hotlist 334 src/filemanager/hotlist.c struct hotlist *moveto_item = NULL; hotlist 335 src/filemanager/hotlist.c struct hotlist *moveto_group = NULL; hotlist 362 src/filemanager/hotlist.c struct hotlist *p = moveto_group->head; hotlist 386 src/filemanager/hotlist.c struct hotlist *p = moveto_group->head; hotlist 401 src/filemanager/hotlist.c struct hotlist *entry = NULL; hotlist 425 src/filemanager/hotlist.c struct hotlist *hlp; hotlist 433 src/filemanager/hotlist.c hlp = (struct hotlist *) data; hotlist 536 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) ldata; hotlist 635 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) data; hotlist 831 src/filemanager/hotlist.c init_movelist (struct hotlist *item) hotlist 901 src/filemanager/hotlist.c find_group_section (struct hotlist *grp) hotlist 908 src/filemanager/hotlist.c static struct hotlist * hotlist 911 src/filemanager/hotlist.c struct hotlist *new; hotlist 912 src/filemanager/hotlist.c struct hotlist *current = NULL; hotlist 927 src/filemanager/hotlist.c new = g_new0 (struct hotlist, 1); hotlist 959 src/filemanager/hotlist.c struct hotlist *p = current_group->head; hotlist 969 src/filemanager/hotlist.c struct hotlist *p = current_group->head; hotlist 1110 src/filemanager/hotlist.c remove_group (struct hotlist *grp) hotlist 1112 src/filemanager/hotlist.c struct hotlist *current = grp->head; hotlist 1116 src/filemanager/hotlist.c struct hotlist *next = current->next; hotlist 1132 src/filemanager/hotlist.c remove_from_hotlist (struct hotlist *entry) hotlist 1158 src/filemanager/hotlist.c struct hotlist *head = entry->head; hotlist 1189 src/filemanager/hotlist.c load_group (struct hotlist *grp) hotlist 1193 src/filemanager/hotlist.c struct hotlist *current = 0; hotlist 1314 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp) hotlist 1317 src/filemanager/hotlist.c struct hotlist *new_grp; hotlist 1368 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp) hotlist 1371 src/filemanager/hotlist.c struct hotlist *new_grp; hotlist 1460 src/filemanager/hotlist.c hotlist = g_new0 (struct hotlist, 1); hotlist 1461 src/filemanager/hotlist.c hotlist->type = HL_TYPE_GROUP; hotlist 1462 src/filemanager/hotlist.c hotlist->label = g_strdup (_("Top level group")); hotlist 1463 src/filemanager/hotlist.c hotlist->up = hotlist; hotlist 1467 src/filemanager/hotlist.c hotlist->directory = g_strdup ("Hotlist"); hotlist 1474 src/filemanager/hotlist.c load_group (hotlist); hotlist 1492 src/filemanager/hotlist.c hot_load_file (hotlist); hotlist 1510 src/filemanager/hotlist.c current_group = hotlist; hotlist 1516 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp) hotlist 1518 src/filemanager/hotlist.c struct hotlist *current; hotlist 1581 src/filemanager/hotlist.c if (current_group != hotlist && hotlist_has_dot_dot) hotlist 1651 src/filemanager/hotlist.c struct hotlist *hlp = NULL; hotlist 1678 src/filemanager/hotlist.c hot_save_group (hotlist); hotlist 1699 src/filemanager/hotlist.c if (hotlist != NULL) hotlist 1701 src/filemanager/hotlist.c remove_group (hotlist); hotlist 1702 src/filemanager/hotlist.c g_free (hotlist->label); hotlist 1703 src/filemanager/hotlist.c g_free (hotlist->directory); hotlist 1704 src/filemanager/hotlist.c MC_PTR_FREE (hotlist);