Searched refs:cy (Results 1 - 11 of 11) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_name.c49 int cx, cy, i, c; local
62 cy = cc->y;
64 cliparound(cx, cy);
66 curs(WIN_MAP, cx,cy);
74 cx = cy = -10;
83 cy = ty;
113 if (cy + dy < 0) {
114 dx -= sgn(dx) * (0 - (cy + dy));
115 dy = 0 - cy; /* so that (cy
229 register int cx,cy; local
[all...]
H A Dshk.c1154 int cx, cy; local
1162 cy = cc.y;
1167 if(u.ux == cx && u.uy == cy) {
1171 mtmp = m_at(cx, cy);
H A Dtrap.c3052 xchar x = ttmp->tx, y = ttmp->ty, bx, by, cx, cy; local
3056 if (!Punished || drag_ball(x, y, &bc, &bx, &by, &cx, &cy, &unused,
3064 if (Punished) move_bc(0, bc, bx, by, cx, cy);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddo_name.c49 int cx, cy, i, c; local
62 cy = cc->y;
64 cliparound(cx, cy);
66 curs(WIN_MAP, cx,cy);
74 cx = cy = -10;
83 cy = ty;
113 if (cy + dy < 0) {
114 dx -= sgn(dx) * (0 - (cy + dy));
115 dy = 0 - cy; /* so that (cy
229 register int cx,cy; local
[all...]
H A Dshk.c1154 int cx, cy; local
1162 cy = cc.y;
1167 if(u.ux == cx && u.uy == cy) {
1171 mtmp = m_at(cx, cy);
H A Dtrap.c3052 xchar x = ttmp->tx, y = ttmp->ty, bx, by, cx, cy; local
3056 if (!Punished || drag_ball(x, y, &bc, &bx, &by, &cx, &cy, &unused,
3064 if (Punished) move_bc(0, bc, bx, by, cx, cy);
/seL4-refos-master/libs/libmuslc/src/math/
H A Dfma.c20 long double cx, xh, xl, cy, yh, yl; local
25 cy = c*y;
26 yh = (y - cy) + cy;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c795 register int cy = ttyDisplay->cury+1; local
796 while(cy <= LI-2) {
799 cy++;
H A Dwintty.c1629 int cy = ttyDisplay->cury; local
1665 if (y == cy && x == cx)
1678 if((cy -= y) < 0) cy = -cy;
1680 if(cy <= 3 && cx <= 3) {
1683 } else if ((x <= 3 && cy <= 3) || (!nh_CM && x < cx)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dtermcap.c795 register int cy = ttyDisplay->cury+1; local
796 while(cy <= LI-2) {
799 cy++;
H A Dwintty.c1629 int cy = ttyDisplay->cury; local
1665 if (y == cy && x == cx)
1678 if((cy -= y) < 0) cy = -cy;
1680 if(cy <= 3 && cx <= 3) {
1683 } else if ((x <= 3 && cy <= 3) || (!nh_CM && x < cx)) {

Completed in 128 milliseconds