hlp 247 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) cdata; hlp 249 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT) hlp 250 src/filemanager/hotlist.c text = hlp->directory; hlp 251 src/filemanager/hotlist.c else if (hlp->type == HL_TYPE_GROUP) hlp 425 src/filemanager/hotlist.c struct hotlist *hlp; hlp 433 src/filemanager/hotlist.c hlp = (struct hotlist *) data; hlp 435 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) hlp 437 src/filemanager/hotlist.c if (hlp->type != HL_TYPE_DOTDOT) hlp 440 src/filemanager/hotlist.c current_group = hlp; hlp 536 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) ldata; hlp 538 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) hlp 542 src/filemanager/hotlist.c tmp = g_strconcat ("cd ", hlp->directory, (char *) NULL); hlp 635 src/filemanager/hotlist.c struct hotlist *hlp = (struct hotlist *) data; hlp 637 src/filemanager/hotlist.c if (hlp->type == HL_TYPE_ENTRY) hlp 1656 src/filemanager/hotlist.c struct hotlist *hlp = NULL; hlp 1658 src/filemanager/hotlist.c listbox_get_current (l_hotlist, &text, (void **) &hlp); hlp 1659 src/filemanager/hotlist.c target = g_strdup (hlp != NULL ? hlp->directory : text);