Searched refs:STAIRS (Results 1 – 4 of 4) sorted by relevance
76 #define STAIRS 10 macro
135 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()
148 levl[(int)xupstair][(int)yupstair].typ = STAIRS; in makemaz()
348 || levl[(int)u.ux][(int)u.uy].typ == STAIRS))) { in m_move()