Home
last modified time | relevance | path

Searched refs:yupstair (Results 1 – 10 of 10) sorted by relevance

/dragonfly/games/hack/
H A Dhack.lev.c97 bwrite(fd, &yupstair, sizeof(yupstair)); in savelev()
230 mread(fd, &yupstair, sizeof(yupstair)); in getlev()
H A Dhack.mkmaze.c149 levl[(xupstair = mm.x)][(yupstair = mm.y)].scrsym = '<'; in makemaz()
150 levl[xupstair][yupstair].typ = STAIRS; in makemaz()
H A Dhack.do.c170 if (u.ux != xupstair || u.uy != yupstair) { in doup()
252 u.uy = yupstair; in goto_level()
260 u.uy = yupstair; in goto_level()
H A Dhack.Decl.c89 xchar xupstair, yupstair, xdnstair, ydnstair; variable
H A Dhack.mkshop.c346 sroom->ly <= yupstair && yupstair <= sroom->hy); in has_upstairs()
H A Dhack.h244 extern xchar xdnstair, ydnstair, xupstair, yupstair; /* stairs up and down. */
H A Dhack.mklev.c149 yupstair = somey(); in makelevel()
150 levl[xupstair][yupstair].scrsym = '<'; in makelevel()
151 levl[xupstair][yupstair].typ = STAIRS; in makelevel()
H A Dhack.main.c330 u.uy = yupstair; in main()
H A Dhack.pri.c442 else if (x == xupstair && y == yupstair) in news0()
H A Dhack.c325 (xupstair == u.ux && yupstair == u.uy) || in domove()