HL_TYPE_DOTDOT    250 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT    290 src/filemanager/hotlist.c         case HL_TYPE_DOTDOT:
HL_TYPE_DOTDOT    444 src/filemanager/hotlist.c             if (hlp->type != HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT    931 src/filemanager/hotlist.c     if ((current != NULL) && (current->type == HL_TYPE_DOTDOT))
HL_TYPE_DOTDOT    984 src/filemanager/hotlist.c     if (hotlist_state.running && type != HL_TYPE_COMMENT && type != HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT   1150 src/filemanager/hotlist.c     if (entry->type == HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT   1173 src/filemanager/hotlist.c         if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL))
HL_TYPE_DOTDOT   1581 src/filemanager/hotlist.c         case HL_TYPE_DOTDOT:
HL_TYPE_DOTDOT   1595 src/filemanager/hotlist.c         add2hotlist (g_strdup (".."), g_strdup (".."), HL_TYPE_DOTDOT, LISTBOX_APPEND_AT_END);