HL_TYPE_DOTDOT    249 src/filemanager/hotlist.c             if (hlp->type == HL_TYPE_ENTRY || hlp->type == HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT    285 src/filemanager/hotlist.c         case HL_TYPE_DOTDOT:
HL_TYPE_DOTDOT    437 src/filemanager/hotlist.c             if (hlp->type != HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT    924 src/filemanager/hotlist.c     if ((current != NULL) && (current->type == HL_TYPE_DOTDOT))
HL_TYPE_DOTDOT    977 src/filemanager/hotlist.c     if (hotlist_state.running && type != HL_TYPE_COMMENT && type != HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT   1142 src/filemanager/hotlist.c     if (entry->type == HL_TYPE_DOTDOT)
HL_TYPE_DOTDOT   1165 src/filemanager/hotlist.c         if (head != NULL && (head->type != HL_TYPE_DOTDOT || head->next != NULL))
HL_TYPE_DOTDOT   1573 src/filemanager/hotlist.c         case HL_TYPE_DOTDOT:
HL_TYPE_DOTDOT   1587 src/filemanager/hotlist.c         add2hotlist (g_strdup (".."), g_strdup (".."), HL_TYPE_DOTDOT, LISTBOX_APPEND_AT_END);