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

12

/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dnext_goto_utf8.t12 package P���ox���;
27 sub ��� { shift->P���ox���::next_prx���() }
28 sub �� { shift->P���ox���::maybe_prx���() }
29 sub ������ { shift->P���ox���::maybe_prx���() }
30 sub �������� { shift->P���ox���::can_prx���()->() }
/openbsd-current/games/hunt/hunt/
H A Ddisplay.c77 int oy, ox; local
80 display_getyx(&oy, &ox);
82 display_move(oy, ox);
/openbsd-current/lib/libcurses/widechar/
H A Dlib_ins_wch.c94 NCURSES_SIZE_T ox = win->_curx; local
98 win->_curx = ox;
123 NCURSES_SIZE_T ox = win->_curx; local
146 win->_curx = ox;
/openbsd-current/lib/libcurses/base/
H A Dlib_insnstr.c85 NCURSES_SIZE_T ox = win->_curx; local
91 win->_curx = ox;
H A Dlib_insch.c158 NCURSES_SIZE_T ox = win->_curx; local
162 win->_curx = ox;
/openbsd-current/usr.bin/tmux/
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 Dcmd-display-menu.c110 u_int line, ox, oy, sx, sy, lines, position; local
218 tty_window_offset(&tc->tty, &ox, &oy, &sx, &sy);
225 format_add(ft, "popup_pane_left", "%u", wp->xoff - ox);
226 n = (long)wp->xoff + wp->sx - ox - w;
/openbsd-current/games/hack/
H A Dhack.wizard.c119 if((u.ux != otmp->ox || u.uy != otmp->oy) &&
120 !m_at(otmp->ox, otmp->oy)) {
123 mtmp->mx = otmp->ox;
H A Ddef.obj.h69 xchar ox,oy; member in struct:obj
H A Dhack.dog.c267 if(inroom(obj->ox,obj->oy) != dogroom) continue;
269 (dogroom >= 0 || DDIST(obj->ox,obj->oy) < 10)) {
271 DDIST(obj->ox,obj->oy) < DDIST(gx,gy))){
272 gx = obj->ox;
280 gx = obj->ox;
375 if(obj->ox != nx || obj->oy != ny)
H A Dhack.mkobj.c72 otmp->ox = x;
83 otmp->ox = x;
H A Dhack.c261 otmp->ox = rx;
294 DIST(u.ux+u.dx, u.uy+u.dy, uchain->ox, uchain->oy) > 2){
300 if(DIST(u.ux+u.dx, u.uy+u.dy, uball->ox, uball->oy) < 3){
302 movobj(uchain, uball->ox, uball->oy);
313 movobj(uball, uchain->ox, uchain->oy);
315 uchain->ox = u.ux;
380 movobj(struct obj *obj, int ox, int oy) argument
387 obj->ox = ox;
429 if(obj->ox
[all...]
H A Dhack.zap.c150 obj->ox, obj->oy) -> quan = obj->quan;
661 mtmp = mkmon_at(CORPSE_I_TO_C(obj->otyp),obj->ox,obj->oy);
672 otx = obj->ox;
678 obj->ox = tx;
693 if(cansee(obj->ox,obj->oy))
694 prl(obj->ox,obj->oy);
H A Dhack.bones.c93 otmp->ox = u.ux;
H A Dhack.steal.c248 otmp->ox = mtmp->mx;
255 atl(otmp->ox,otmp->oy,otmp->olet);
H A Dhack.do.c130 obj->ox = u.ux;
472 obj->ox = bhitpos.x;
500 u.ux = uchain->ox = bhitpos.x - u.dx;
H A Dhack.potion.c159 if(objs->ox != u.ux || objs->oy != u.uy)
166 at(objs->ox,objs->oy,objs->olet);
H A Dhack.trap.c446 uball->ox = uchain->ox = u.ux;
H A Dhack.invent.c274 if(otmp->ox == x && otmp->oy == y) return(otmp);
284 if(otmp->ox == x && otmp->oy == y && otmp->otyp == n)
805 if(otmp->ox == u.ux && otmp->oy == u.uy) {
843 if(otmp->ox == obj->ox && otmp->oy == obj->oy &&
/openbsd-current/gnu/usr.bin/perl/cpan/Tie-RefHash/t/
H A Drefhash.t39 my $ox = Boustrophedon->new("foobar");
110 $h{$ox} = "bellow"; # overloaded ""
111 test(exists $h{$ox});
112 test($h{$ox} eq "bellow");
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c291 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
323 char ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
503 ox[1] = '\0';
669 ox[1] = 'x';
673 ox[1] = 'X';
703 ox[1] = '\0';
834 ox[1] = 'x';
898 ox[1] = ch;
988 if (ox[
[all...]
H A Dvfwprintf.c300 * B: ox[1] holds the 'x' or 'X'; '\0' if not hexadecimal
329 wchar_t ox[2]; /* space for 0x; ox[1] is either x, X, or \0 */ local
491 ox[1] = '\0';
644 ox[1] = 'x';
648 ox[1] = 'X';
678 ox[1] = '\0';
821 ox[1] = 'x';
892 ox[1] = ch;
982 if (ox[
[all...]
/openbsd-current/games/cribbage/
H A Dio.c507 int c, oy, ox; local
509 getyx(Msgwin, oy, ox);
529 wmove(Msgwin, oy, ox);

Completed in 144 milliseconds

12