Home
last modified time | relevance | path

Searched refs:maketrap (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/games/hack/
Dhack.apply.c347 ttmp = maketrap(dpx,dpy,PIT); in dig()
409 ttmp = maketrap(u.ux, u.uy, TRAPDOOR); in dighole()
Dhack.trap.c88 maketrap(int x, int y, int typ) in maketrap() function
Dhack.mklev.c718 ttmp = maketrap(xx, yy+dy, TELEP_TRAP); in makeniche()
808 ttmp = maketrap(mx, my, kind); in mktrap()
Dhack.h647 struct trap *maketrap(int, int, int);