moveto_group      342 src/filemanager/hotlist.c             struct hotlist *moveto_group = NULL;
moveto_group      354 src/filemanager/hotlist.c             moveto_group = current_group;
moveto_group      364 src/filemanager/hotlist.c             item->up = moveto_group;
moveto_group      365 src/filemanager/hotlist.c             if (moveto_group->head == NULL)
moveto_group      366 src/filemanager/hotlist.c                 moveto_group->head = item;
moveto_group      369 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;
moveto_group      386 src/filemanager/hotlist.c             else if (moveto_group->head == moveto_item)
moveto_group      388 src/filemanager/hotlist.c                 moveto_group->head = item;
moveto_group      393 src/filemanager/hotlist.c                 struct hotlist *p = moveto_group->head;