Home
last modified time | relevance | path

Searched refs:SP_REGION_Y2 (Results 1 – 8 of 8) sorted by relevance

/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dsp_lev.h282 #define SP_REGION_Y2(l) ((l >> 24) & 0xff) macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dsp_lev.h208 #define SP_REGION_Y2(l) ((l >> 24) & 0xff) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dsp_lev.h243 #define SP_REGION_Y2(l) ((l >> 24) & 0xff) macro
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dsp_lev.h243 #define SP_REGION_Y2(l) ((l >> 24) & 0xff) macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dsp_lev.c4382 rt.y2 = SP_REGION_Y2(OV_i(reg));
4624 dy2 = SP_REGION_Y2(OV_i(area));
4813 dy2 = SP_REGION_Y2(OV_i(r));
4875 dy2 = (xchar) SP_REGION_Y2(OV_i(r));
5802 y1 = min(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
5804 y2 = max(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dsp_lev.c4382 rt.y2 = SP_REGION_Y2(OV_i(reg));
4624 dy2 = SP_REGION_Y2(OV_i(area));
4813 dy2 = SP_REGION_Y2(OV_i(r));
4875 dy2 = (xchar) SP_REGION_Y2(OV_i(r));
5802 y1 = min(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
5804 y2 = max(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dsp_lev.c4167 rt.y2 = SP_REGION_Y2(OV_i(reg));
4320 dy2 = SP_REGION_Y2(OV_i(area));
4500 dy2 = SP_REGION_Y2(OV_i(r));
4546 dy2 = (xchar)SP_REGION_Y2(OV_i(r));
5210 y1 = min(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
5212 y2 = max(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dsp_lev.c4409 rt.y2 = SP_REGION_Y2(OV_i(reg));
4566 dy2 = SP_REGION_Y2(OV_i(area));
4748 dy2 = SP_REGION_Y2(OV_i(r));
4807 dy2 = (xchar)SP_REGION_Y2(OV_i(r));
5620 y1 = min(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));
5622 y2 = max(SP_REGION_Y1(OV_i(tmp)), SP_REGION_Y2(OV_i(tmp)));