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

  /src/sys/dev/ic/
joyvar.h 46 int x_off[2], y_off[2]; member in struct:joy_softc
joy.c 168 sc->x_off[i] = sc->y_off[i] = 0;
220 c.x = x ? sc->x_off[JOYPART(dev)] + x : 0x80000000;
250 sc->x_off[i] = *(int *)data;
256 *(int *)data = sc->x_off[i];
  /src/lib/libcurses/
refresh.c 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local in function:_wnoutrefresh
277 x_off = wbegx;
288 x_off += *wlp->firstchp - swin->ch_off;
293 if (x_off + (mx - wx) > screen->__virtscr->maxx)
294 mx -= (x_off + maxx) -
303 wy, wx, y_off, x_off,
308 unctrl(vlp->line[x_off].ch),
309 vlp->line[x_off].attr,
310 vlp->line[x_off].cflags);
312 vlp->line[x_off].ch = wlp->line[wx].ch
    [all...]

Completed in 35 milliseconds