HomeSort by: relevance | last modified time | path
    Searched defs:scrlx (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.pri.c 72 static xchar scrlx, scrhx, scrly, scrhy; /* corners of new area on variable in typeref:typename:xchar
144 if (x < scrlx)
145 scrlx = x;
311 scrlx = COLNO;
692 for (x = scrlx; x <= scrhx; x++)
698 scrlx = COLNO;
hack.pri.c 72 static xchar scrlx, scrhx, scrly, scrhy; /* corners of new area on variable in typeref:typename:xchar
144 if (x < scrlx)
145 scrlx = x;
311 scrlx = COLNO;
692 for (x = scrlx; x <= scrhx; x++)
698 scrlx = COLNO;

Completed in 21 milliseconds