HomeSort by: relevance | last modified time | path
    Searched refs:lasty (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcurses/PSD.doc/
twinkle2.c 137 static int lasty, lastx; local in function:puton
150 mvcur(lasty, lastx, lp->y, lp->x);
152 lasty = lp->y;
156 lasty++;
  /src/sys/arch/arm/iomd/
qms.c 70 uint16_t lasty; member in struct:qms_softc
140 sc->lasty = bus_space_read_4(sc->sc_iot, sc->sc_ioh, QMS_MOUSEY);
191 if ((x != sc->lastx) || (y != sc->lasty) || (b != sc->lastb)) {
194 dy = y - sc->lasty;
202 sc->lasty = y;
  /src/games/larn/
display.c 288 int lastx, lasty; /* variables used to optimize the local in function:drawscreen
345 for (lastx = lasty = 127, i = d_ymin; i < d_ymax; i++)
351 if (lasty != i + 1 || lastx != j)
352 cursor(lastx = j + 1, lasty = i + 1);

Completed in 128 milliseconds