Home | History | Annotate | Download | only in hack

Lines Matching defs:xl

248 	int             xl;
250 mread(fd, &xl, sizeof(xl));
251 if (xl == -1)
253 otmp = newobj(xl);
258 mread(fd, otmp, (unsigned) xl + sizeof(struct obj));
275 int xl;
288 mread(fd, &xl, sizeof(xl));
289 if (xl == -1)
291 mtmp = newmonst(xl);
296 mread(fd, mtmp, (unsigned) xl + sizeof(struct monst));