moveto_group      334 src/filemanager/hotlist.c         struct hotlist *moveto_group = NULL;
moveto_group      346 src/filemanager/hotlist.c         moveto_group = current_group;
moveto_group      356 src/filemanager/hotlist.c         item->up = moveto_group;
moveto_group      357 src/filemanager/hotlist.c         if (moveto_group->head == NULL)
moveto_group      358 src/filemanager/hotlist.c             moveto_group->head = item;
moveto_group      361 src/filemanager/hotlist.c             struct hotlist *p = moveto_group->head;
moveto_group      378 src/filemanager/hotlist.c         else if (moveto_group->head == moveto_item)
moveto_group      380 src/filemanager/hotlist.c             moveto_group->head = item;
moveto_group      385 src/filemanager/hotlist.c             struct hotlist *p = moveto_group->head;