hlp               246 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) cdata;
hlp               248 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT)
hlp               249 src/filemanager/hotlist.c                 text = hlp->directory;
hlp               250 src/filemanager/hotlist.c             else if (hlp->type == HL_TYPE_GROUP)
hlp               424 src/filemanager/hotlist.c         struct hotlist *hlp;
hlp               432 src/filemanager/hotlist.c         hlp = (struct hotlist *) data;
hlp               434 src/filemanager/hotlist.c         if (hlp->type == HL_TYPE_ENTRY)
hlp               436 src/filemanager/hotlist.c         if (hlp->type != HL_TYPE_DOTDOT)
hlp               439 src/filemanager/hotlist.c             current_group = hlp;
hlp               535 src/filemanager/hotlist.c                 struct hotlist *hlp = (struct hotlist *) ldata;
hlp               537 src/filemanager/hotlist.c                 if (hlp->type == HL_TYPE_ENTRY)
hlp               541 src/filemanager/hotlist.c                     tmp = g_strconcat ("cd ", hlp->directory, (char *) NULL);
hlp               634 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) data;
hlp               636 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY)
hlp              1653 src/filemanager/hotlist.c         struct hotlist *hlp = NULL;
hlp              1655 src/filemanager/hotlist.c         listbox_get_current (l_hotlist, &text, (void **) &hlp);
hlp              1656 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);