moveto_group      335 src/filemanager/hotlist.c             struct hotlist *moveto_group = NULL;
moveto_group      347 src/filemanager/hotlist.c             moveto_group = current_group;
moveto_group      357 src/filemanager/hotlist.c             item->up = moveto_group;
moveto_group      358 src/filemanager/hotlist.c             if (moveto_group->head == NULL)
moveto_group      359 src/filemanager/hotlist.c                 moveto_group->head = item;
moveto_group      362 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;
moveto_group      379 src/filemanager/hotlist.c             else if (moveto_group->head == moveto_item)
moveto_group      381 src/filemanager/hotlist.c                 moveto_group->head = item;
moveto_group      386 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;