Home | History | Annotate | Download | only in hack

Lines Matching defs:zx

76 	xchar           zx, zy;
89 for (zx = lx; zx <= hx; zx++) {
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)