Home
last modified time | relevance | path

Searched refs:CORR (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/games/hack/
H A Dhack.search.c78 for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--); in findit()
79 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++); in findit()
80 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--); in findit()
81 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++); in findit()
90 levl[zx][zy].typ = CORR; in findit()
136 levl[x][y].typ = CORR; in dosearch()
H A Dhack.read.c427 lev->typ = CORR; in doread()
548 if (u.uswallow || !xdnstair || levl[u.ux][u.uy].typ == CORR || in litroom()
567 if (levl[u.ux][u.uy].typ == CORR) { in litroom()
601 for (seelx = u.ux; (num = levl[seelx - 1][zy].typ) != CORR && num != 0; in litroom()
603 for (seehx = u.ux; (num = levl[seehx + 1][zy].typ) != CORR && num != 0; in litroom()
605 for (seely = u.uy; (num = levl[zx][seely - 1].typ) != CORR && num != 0; in litroom()
607 for (seehy = u.uy; (num = levl[zx][seehy + 1].typ) != CORR && num != 0; in litroom()
H A Dhack.mklev.c634 crm->typ = CORR; in join()
642 } else if (crm->typ != CORR && crm->typ != SCORR) { in join()
655 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) { in join()
664 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) { in join()
672 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()
680 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()
688 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()
756 rm->typ = CORR; in makeniche()
H A Dhack.vault.c191 if (levl[x][y].typ == CORR) in invault()
302 crm->typ = (typ == SCORR) ? CORR : DOOR; in gd_move()
344 crm->typ = CORR; in gd_move()
H A Ddef.rm.h75 #define CORR 8 macro
H A Dhack.pri.c399 (IS_ROCK(room->typ) && levl[u.ux][u.uy].typ == CORR)) in prl()
465 case CORR: in news0()
H A Dhack.apply.c371 lev->typ = CORR; in dig()
H A Dhack.zap.c318 room->typ = CORR; in dozap()