/src/games/hack/ |
hack.apply.c | 359 ttmp = maketrap(dpx, dpy, PIT); 420 ttmp = maketrap(u.ux, u.uy, TRAPDOOR);
|
hack.apply.c | 359 ttmp = maketrap(dpx, dpy, PIT); 420 ttmp = maketrap(u.ux, u.uy, TRAPDOOR);
|
extern.h | 435 struct trap *maketrap(int, int, int);
|
hack.trap.c | 93 maketrap(int x, int y, int typ) function in typeref:struct:trap *
|
extern.h | 435 struct trap *maketrap(int, int, int);
|
hack.trap.c | 93 maketrap(int x, int y, int typ) function in typeref:struct:trap *
|
hack.mklev.c | 755 ttmp = maketrap(xx, yy + dy, TELEP_TRAP); 850 ttmp = maketrap(mx, my, kind);
|
hack.mklev.c | 755 ttmp = maketrap(xx, yy + dy, TELEP_TRAP); 850 ttmp = maketrap(mx, my, kind);
|