/src/lib/libcurses/PSD.doc/ |
twinkle2.c | 137 static int lasty, lastx; local in function:puton 150 mvcur(lasty, lastx, lp->y, lp->x); 153 if ((lastx = lp->x + 1) >= NCOLS) 155 lastx = 0; 159 lastx = NCOLS - 1;
|
/src/sys/arch/arm/iomd/ |
qms.c | 69 uint16_t lastx; member in struct:qms_softc 139 sc->lastx = bus_space_read_4(sc->sc_iot, sc->sc_ioh, QMS_MOUSEX); 191 if ((x != sc->lastx) || (y != sc->lasty) || (b != sc->lastb)) { 193 dx = x - sc->lastx; 201 sc->lastx = x;
|
/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); 354 lastx++;
|
/src/sys/dev/pci/ |
tga.c | 1032 int xleft, lastx, lastleft; local in function:tga_rop_vtov 1134 lastx = xstart + (wb & ~63); 1138 for (x = lastx, xleft = lastleft; xleft >= 4; 1196 lastx = xstart - (wb & ~63); 1200 for (x = lastx, xleft = lastleft; xleft >= 4;
|