hlp               248 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) cdata;
hlp               250 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT)
hlp               251 src/filemanager/hotlist.c                 text = hlp->directory;
hlp               252 src/filemanager/hotlist.c             else if (hlp->type == HL_TYPE_GROUP)
hlp               432 src/filemanager/hotlist.c             struct hotlist *hlp;
hlp               440 src/filemanager/hotlist.c             hlp = (struct hotlist *) data;
hlp               442 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY)
hlp               444 src/filemanager/hotlist.c             if (hlp->type != HL_TYPE_DOTDOT)
hlp               447 src/filemanager/hotlist.c                 current_group = hlp;
hlp               543 src/filemanager/hotlist.c                 struct hotlist *hlp = (struct hotlist *) ldata;
hlp               545 src/filemanager/hotlist.c                 if (hlp->type == HL_TYPE_ENTRY)
hlp               549 src/filemanager/hotlist.c                     tmp = g_strconcat ("cd ", hlp->directory, (char *) NULL);
hlp               642 src/filemanager/hotlist.c             struct hotlist *hlp = (struct hotlist *) data;
hlp               644 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY)
hlp              1664 src/filemanager/hotlist.c         struct hotlist *hlp = NULL;
hlp              1666 src/filemanager/hotlist.c         listbox_get_current (l_hotlist, &text, (void **) &hlp);
hlp              1667 src/filemanager/hotlist.c         target = g_strdup (hlp != NULL ? hlp->directory : text);