thisent          1100 src/filemanager/mountlist.c         char *thisent;
thisent          1122 src/filemanager/mountlist.c         for (i = 0, thisent = entries; i < n_entries; i++, thisent += vmp->vmt_length)
thisent          1126 src/filemanager/mountlist.c             vmp = (struct vmount *) thisent;
thisent          1134 src/filemanager/mountlist.c                 host = thisent + vmp->vmt_data[VMT_HOSTNAME].vmt_off;
thisent          1135 src/filemanager/mountlist.c                 dir = thisent + vmp->vmt_data[VMT_OBJECT].vmt_off;
thisent          1141 src/filemanager/mountlist.c                 me->me_devname = g_strdup (thisent + vmp->vmt_data[VMT_OBJECT].vmt_off);
thisent          1143 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (thisent + vmp->vmt_data[VMT_STUB].vmt_off);
thisent          1147 src/filemanager/mountlist.c             options = thisent + vmp->vmt_data[VMT_ARGS].vmt_off;