thisent          1098 src/filemanager/mountlist.c         char *thisent;
thisent          1120 src/filemanager/mountlist.c         for (i = 0, thisent = entries; i < n_entries; i++, thisent += vmp->vmt_length)
thisent          1124 src/filemanager/mountlist.c             vmp = (struct vmount *) thisent;
thisent          1132 src/filemanager/mountlist.c                 host = thisent + vmp->vmt_data[VMT_HOSTNAME].vmt_off;
thisent          1133 src/filemanager/mountlist.c                 dir = thisent + vmp->vmt_data[VMT_OBJECT].vmt_off;
thisent          1139 src/filemanager/mountlist.c                 me->me_devname = g_strdup (thisent + vmp->vmt_data[VMT_OBJECT].vmt_off);
thisent          1141 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (thisent + vmp->vmt_data[VMT_STUB].vmt_off);
thisent          1145 src/filemanager/mountlist.c             options = thisent + vmp->vmt_data[VMT_ARGS].vmt_off;