Symbol: mkroom
games/hack/def.mkroom.h
71
extern struct mkroom rooms[MAXNROFROOMS+1];
games/hack/hack.Decl.c
74
struct mkroom rooms[MAXNROFROOMS+1];
games/hack/hack.dog.c
449
struct mkroom *croom = &rooms[0];
games/hack/hack.h
427
void mktrap(int, int, struct mkroom *);
games/hack/hack.mklev.c
107
struct mkroom *croom, *troom;
games/hack/hack.mklev.c
174
qsort((char *) rooms, nroom, sizeof(struct mkroom), comp);
games/hack/hack.mklev.c
353
if(((struct mkroom *)x)->lx < ((struct mkroom *)y)->lx)
games/hack/hack.mklev.c
355
return(((struct mkroom *)x)->lx > ((struct mkroom *)y)->lx);
games/hack/hack.mklev.c
400
dodoor(int x, int y, struct mkroom *aroom)
games/hack/hack.mklev.c
412
dosdoor(int x, int y, struct mkroom *aroom, int type)
games/hack/hack.mklev.c
414
struct mkroom *broom;
games/hack/hack.mklev.c
437
struct mkroom *croom;
games/hack/hack.mklev.c
541
struct mkroom *croom, *troom;
games/hack/hack.mklev.c
692
struct mkroom *aroom;
games/hack/hack.mklev.c
739
mktrap(int num, int mazeflag, struct mkroom *croom)
games/hack/hack.mklev.c
95
static void dodoor(int, int, struct mkroom *);
games/hack/hack.mklev.c
96
static void dosdoor(int, int, struct mkroom *, int);
games/hack/hack.mkmaze.c
145
mktrap(0,1,(struct mkroom *) 0);
games/hack/hack.mkshop.c
209
struct mkroom *sroom;
games/hack/hack.mkshop.c
279
struct mkroom *sroom;
games/hack/hack.mkshop.c
318
has_dnstairs(struct mkroom *sroom)
games/hack/hack.mkshop.c
325
has_upstairs(struct mkroom *sroom)
games/hack/hack.mkshop.c
332
isbig(struct mkroom *sroom)
games/hack/hack.mkshop.c
77
static int has_dnstairs(struct mkroom *);
games/hack/hack.mkshop.c
78
static int has_upstairs(struct mkroom *);
games/hack/hack.mkshop.c
79
static int isbig(struct mkroom *);
games/hack/hack.mkshop.c
86
struct mkroom *sroom;
games/hack/hack.trap.c
344
struct mkroom *croom;