Searched refs:CORR (Results 1 – 8 of 8) sorted by relevance
83 for (lx = u.ux; (num = levl[lx - 1][u.uy].typ) && num != CORR; lx--); in findit()84 for (hx = u.ux; (num = levl[hx + 1][u.uy].typ) && num != CORR; hx++); in findit()85 for (ly = u.uy; (num = levl[u.ux][ly - 1].typ) && num != CORR; ly--); in findit()86 for (hy = u.uy; (num = levl[u.ux][hy + 1].typ) && num != CORR; hy++); in findit()95 levl[zx][zy].typ = CORR; in findit()141 levl[x][y].typ = CORR; in dosearch()
432 lev->typ = CORR; in doread()553 if (u.uswallow || !xdnstair || levl[u.ux][u.uy].typ == CORR || in litroom()572 if (levl[u.ux][u.uy].typ == CORR) { in litroom()606 for (seelx = u.ux; (num = levl[seelx - 1][zy].typ) != CORR && num != 0; in litroom()608 for (seehx = u.ux; (num = levl[seehx + 1][zy].typ) != CORR && num != 0; in litroom()610 for (seely = u.uy; (num = levl[zx][seely - 1].typ) != CORR && num != 0; in litroom()612 for (seehy = u.uy; (num = levl[zx][seehy + 1].typ) != CORR && num != 0; in litroom()
639 crm->typ = CORR; in join()647 } else if (crm->typ != CORR && crm->typ != SCORR) { in join()660 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) { in join()669 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) { in join()677 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()685 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()693 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) in join()761 rm->typ = CORR; in makeniche()
196 if (levl[x][y].typ == CORR) in invault()307 crm->typ = (typ == SCORR) ? CORR : DOOR; in gd_move()349 crm->typ = CORR; in gd_move()
75 #define CORR 8 macro
404 (IS_ROCK(room->typ) && levl[u.ux][u.uy].typ == CORR)) in prl()470 case CORR: in news0()
376 lev->typ = CORR; in dig()
323 room->typ = CORR; in dozap()