HomeSort by: relevance | last modified time | path
    Searched refs:xdnstair (Results 1 - 15 of 15) sorted by relevancy

  /src/games/hack/
hack.Decl.c 94 xchar xupstair, yupstair, xdnstair, ydnstair; variable in typeref:typename:xchar
hack.lev.c 103 bwrite(fd, &xdnstair, sizeof(xdnstair));
236 mread(fd, &xdnstair, sizeof(xdnstair));
hack.trap.c 150 if (!xdnstair) {
280 if (!xdnstair) {
337 if (!xdnstair || u.ustuck)
491 if (!xdnstair)
hack.apply.c 347 if (!xdnstair) {
380 lev->typ = xdnstair ? DOOR : ROOM;
414 if (!xdnstair) {
hack.h 244 extern xchar xdnstair, ydnstair, xupstair, yupstair; /* stairs up and down. */
hack.mkmaze.c 156 xdnstair = ydnstair = 0;
hack.search.c 188 if ((u.dz < 0) != (!xdnstair && trap->ttyp == TRAPDOOR))
hack.mkshop.c 343 return (sroom->lx <= xdnstair && xdnstair <= sroom->hx &&
hack.do.c 156 if (u.ux != xdnstair || u.uy != ydnstair) {
252 u.ux = xdnstair;
hack.read.c 553 if (u.uswallow || !xdnstair || levl[u.ux][u.uy].typ == CORR ||
564 if (!xdnstair) {
hack.mklev.c 143 xdnstair = somex();
145 levl[xdnstair][ydnstair].scrsym = '>';
146 levl[xdnstair][ydnstair].typ = STAIRS;
hack.pri.c 449 else if (x == xdnstair && y == ydnstair)
hack.zap.c 309 if (!xdnstair) {
hack.c 331 (xdnstair == u.ux && ydnstair == u.uy))
hack.mon.c 368 || (msym == '1' && (mtmp->mhp < 7 || (!xdnstair && !rn2(5))

Completed in 21 milliseconds