thisent          1116 src/filemanager/mountlist.c         char *thisent;
thisent          1138 src/filemanager/mountlist.c         for (i = 0, thisent = entries; i < n_entries; i++, thisent += vmp->vmt_length)
thisent          1142 src/filemanager/mountlist.c             vmp = (struct vmount *) thisent;
thisent          1150 src/filemanager/mountlist.c                 host = thisent + vmp->vmt_data[VMT_HOSTNAME].vmt_off;
thisent          1151 src/filemanager/mountlist.c                 dir = thisent + vmp->vmt_data[VMT_OBJECT].vmt_off;
thisent          1157 src/filemanager/mountlist.c                 me->me_devname = g_strdup (thisent + vmp->vmt_data[VMT_OBJECT].vmt_off);
thisent          1159 src/filemanager/mountlist.c             me->me_mountdir = g_strdup (thisent + vmp->vmt_data[VMT_STUB].vmt_off);
thisent          1163 src/filemanager/mountlist.c             options = thisent + vmp->vmt_data[VMT_ARGS].vmt_off;