Lines Matching defs:map
33 struct map
42 struct map *maptable;
70 if(!(dp->maptable=(struct map*)realloc((void*)dp->maptable,(dp->mapsize+1)*sizeof(struct map))))
83 static struct map *getmapping(Dosdisc_t *dp, Sfoff_t offset, register int whence)
85 static struct map *getmapping(dp, offset, whence)
91 register struct map *mp;
92 static struct map dummy;
173 if(dp->maptable=(struct map*)malloc((MINMAP+1)*sizeof(struct map)))
286 struct map dummy, *mp=0;