Searched refs:ox (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/lib/libcurses/
H A Dscroll.c88 int oy, ox; local
97 getyx(win, oy, ox);
101 wmove(win, oy, ox);
H A Daddchnstr.c138 int i, ret, ox, oy; local
159 ox = win->curx;
181 wmove(win, oy, ox);
H A Drefresh.c1504 domvcur(WINDOW *win, int oy, int ox, int ny, int nx)
1508 oy, ox, ny, nx, win );
1513 if (oy == ny && ox == nx) {
1523 __mvcur(oy, ox, ny, nx, 1);
1848 int i, oy, ox, n;
1851 ox = curscr->curx;
1886 __mvcur(oy, ox, 0, 0, 1);
1899 __mvcur(0, 0, oy, ox, 1);
1905 __mvcur(oy, ox, bot, 0, 1);
1909 __mvcur(oy, ox, to
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcmd-display-panes.c73 if (wp->xoff + wp->sx <= ctx->ox ||
74 wp->xoff >= ctx->ox + ctx->sx ||
79 if (wp->xoff >= ctx->ox && wp->xoff + wp->sx <= ctx->ox + ctx->sx) {
81 xoff = wp->xoff - ctx->ox;
83 } else if (wp->xoff < ctx->ox &&
84 wp->xoff + wp->sx > ctx->ox + ctx->sx) {
88 } else if (wp->xoff < ctx->ox) {
91 sx = wp->sx - (ctx->ox - wp->xoff);
94 xoff = wp->xoff - ctx->ox;
[all...]
H A Dscreen-redraw.c462 if (xoff + size <= ctx->ox ||
463 xoff >= ctx->ox + ctx->sx ||
468 if (xoff >= ctx->ox && xoff + size <= ctx->ox + ctx->sx) {
471 x = xoff - ctx->ox;
473 } else if (xoff < ctx->ox && xoff + size > ctx->ox + ctx->sx) {
475 i = ctx->ox;
478 } else if (xoff < ctx->ox) {
480 i = ctx->ox
[all...]
H A Dcmd-resize-pane.c171 y = m->y + m->oy; x = m->x + m->ox;
176 ly = m->ly + m->oy; lx = m->lx + m->ox;
H A Dimage-sixel.c387 sixel_scale(struct sixel_image *si, u_int xpixel, u_int ypixel, u_int ox, argument
395 * We want to get the section of the image at ox,oy in image cells and
401 if (ox >= cx)
405 if (ox + sx >= cx)
406 sx = cx - ox;
415 pox = ox * si->xpixel;
H A Dcmd-display-menu.c109 u_int line, ox, oy, sx, sy, lines, position; local
217 tty_window_offset(&tc->tty, &ox, &oy, &sx, &sy);
224 format_add(ft, "popup_pane_left", "%u", wp->xoff - ox);
225 n = (long)wp->xoff + wp->sx - ox - w;
/netbsd-current/sys/dev/usb/
H A Dohci.c521 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
536 ox->ox_stds = kmem_zalloc(sizeof(ohci_soft_td_t *) * nstd,
538 ox->ox_nstd = nstd;
542 for (size_t j = 0; j < ox->ox_nstd; j++) {
547 ox->ox_stds[j] = cur;
548 cur->held = &ox->ox_stds[j];
551 DPRINTFN(10, "xfer=%#jx new std=%#jx held at %#jx", (uintptr_t)ox,
558 ohci_free_stds(sc, ox);
559 kmem_free(ox->ox_stds, sizeof(ohci_soft_td_t *) * nstd);
565 ohci_free_stds(ohci_softc_t *sc, struct ohci_xfer *ox) argument
584 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
1334 struct ohci_xfer *ox, *tmp; local
2283 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
2674 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
2724 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
2762 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3010 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3043 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3175 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3205 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3238 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3456 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3501 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
3539 struct ohci_xfer *ox = OHCI_XFER2OXFER(xfer); local
[all...]
/netbsd-current/games/hack/
H A Dhack.wizard.c124 if ((u.ux != otmp->ox || u.uy != otmp->oy) &&
125 !m_at(otmp->ox, otmp->oy)) {
128 mtmp->mx = otmp->ox;
H A Ddef.obj.h70 xchar ox,oy; member in struct:obj
H A Dhack.dog.c281 if (inroom(obj->ox, obj->oy) != dogroom)
284 (dogroom >= 0 || DDIST(obj->ox, obj->oy) < 10)) {
286 DDIST(obj->ox, obj->oy) < DDIST(gx, gy))) {
287 gx = obj->ox;
294 gx = obj->ox;
394 if (obj->ox != nx || obj->oy != ny)
H A Dhack.mkobj.c78 otmp->ox = x;
89 otmp->ox = x;
H A Dhack.c264 otmp->ox = rx;
302 DIST(u.ux + u.dx, u.uy + u.dy, uchain->ox, uchain->oy) > 2) {
307 if (DIST(u.ux + u.dx, u.uy + u.dy, uball->ox, uball->oy) < 3) {
309 movobj(uchain, uball->ox, uball->oy);
318 movobj(uball, uchain->ox, uchain->oy);
320 uchain->ox = u.ux;
388 movobj(struct obj *obj, int ox, int oy) argument
395 obj->ox = ox;
439 if (obj->ox
[all...]
H A Dhack.pri.c592 cansee(obj->ox, obj->oy);
594 if (obj->odx != obj->ox || obj->ody != obj->oy || !show)
600 if (show && !vism_at(obj->ox, obj->oy)) {
601 atl(obj->ox, obj->oy, obj->olet);
603 obj->odx = obj->ox;
616 if (!vism_at(obj->ox, obj->oy))
617 newsym(obj->ox, obj->oy);
H A Dhack.zap.c163 obj->ox, obj->oy)->quan = obj->quan;
700 mtmp = mkmon_at(CORPSE_I_TO_C(obj->otyp), obj->ox, obj->oy);
711 otx = obj->ox;
717 obj->ox = tx;
733 if (cansee(obj->ox, obj->oy))
734 prl(obj->ox, obj->oy);
H A Dhack.bones.c98 otmp->ox = u.ux;
H A Dhack.steal.c263 otmp->ox = mtmp->mx;
270 atl(otmp->ox, otmp->oy, otmp->olet);
H A Dhack.do.c136 obj->ox = u.ux;
489 obj->ox = bhitpos.x;
517 u.ux = uchain->ox = bhitpos.x - u.dx;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h147 RootObject *ox = *(RootObject **)const_cast<void *>(x); local
150 return ox->compare(oy);
/netbsd-current/usr.bin/systat/
H A Dmain.c381 int oy, ox; local
386 getyx(stdscr, oy, ox);
392 move(oy, ox);
/netbsd-current/lib/libc/stdio/
H A Dvfwprintf.c642 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
684 CHAR_T ox[2]; /* space for 0x hex-prefix */ local
880 ox[1] = '\0';
1058 ox[1] = 'x';
1062 ox[1] = 'X';
1091 ox[1] = '\0';
1273 ox[1] = 'x';
1347 ox[1] = ch;
1418 if (ox[1])
1435 if (ox[
[all...]
/netbsd-current/games/cribbage/
H A Dio.c523 int c, oy, ox; local
528 getyx(stdscr, oy, ox);
545 move(oy, ox);
/netbsd-current/external/bsd/file/dist/src/
H A Dder.c415 size_t ox; local
422 ox = x;
431 SIZE_T_FORMAT "u %c,%c,%s,%u:", level, ox, x,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dwrap_slap_ops133 \s* [&|\)]/ox;

Completed in 380 milliseconds

12