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

  /src/sys/dev/ic/
joyvar.h 46 int x_off[2], y_off[2]; member in struct:joy_softc
  /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 13 milliseconds