Home | History | Annotate | Download | only in hack

Lines Matching defs:zx

204 	xchar           zx, zy;
300 zx = u.ux + u.dx;
305 if (!isok(zx, zy))
307 room = &levl[zx][zy];
308 Tmp_at(zx, zy);
310 if (zx < 3 || zx > COLNO - 3 ||
326 mnewsym(zx, zy);
327 zx += u.dx;
330 mnewsym(zx, zy); /* not always necessary */