Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Ddef.rm.h76 #define STAIRS 10 macro
Dhack.mklev.c135 levl[(int)xdnstair][(int)ydnstair].typ = STAIRS; in makelevel()
144 levl[(int)xupstair][(int)yupstair].typ = STAIRS; in makelevel()
783 } while(m_at(mx,my) || levl[(int)mx][(int)my].typ == STAIRS); in mktrap()
807 } while(t_at(mx, my) || levl[(int)mx][(int)my].typ == STAIRS); in mktrap()
Dhack.mkmaze.c148 levl[(int)xupstair][(int)yupstair].typ = STAIRS; in makemaz()
Dhack.mon.c348 || levl[(int)u.ux][(int)u.uy].typ == STAIRS))) { in m_move()