Home | History | Annotate | Download | only in hack

Lines Matching defs:cx

81 	int             cx, cy, i, c;
84 cx = u.ux;
86 curs(cx, cy + 2);
90 if (1 <= cx + xdir[i] && cx + xdir[i] <= COLNO)
91 cx += xdir[i];
110 curs(cx, cy + 2);
112 cc.x = cx;
122 int cx, cy;
127 cx = cc.x;
129 if (cx < 0)
131 mtmp = m_at(cx, cy);
133 if (cx == u.ux && cy == u.uy)
144 if (!cansee(cx, cy)) {