Lines Matching defs:zy
76 xchar zx, zy;
88 for (zy = ly; zy <= hy; zy++)
90 if (levl[zx][zy].typ == SDOOR) {
91 levl[zx][zy].typ = DOOR;
92 atl(zx, zy, '+');
94 } else if (levl[zx][zy].typ == SCORR) {
95 levl[zx][zy].typ = CORR;
96 atl(zx, zy, CORR_SYM);
98 } else if ((ttmp = t_at(zx, zy)) != NULL) {
100 (void) makemon(PM_PIERCER, zx, zy);
105 if (!vism_at(zx, zy))
106 atl(zx, zy, '^');
109 } else if ((mtmp = m_at(zx, zy)) != NULL)