Home
last modified time | relevance | path

Searched refs:ox (Results 1 – 25 of 28) sorted by relevance

12

/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dprint.c16 ox = p->o_x; in print()
29 move(ox, oy); in print()
31 x0 = ox - x1 / 2; in print()
33 x1 = ox + x1 / 2; in print()
49 move(ox, oy); in print()
52 circle(ox, oy, x1); in print()
59 move(ox, oy); in print()
69 move(ox, oy); in print()
97 dx = ox; in print()
111 dx = ox; in print()
[all …]
/original-bsd/lib/libcurses/
H A Dscroll.c22 register int oy, ox; local
31 getyx(win, oy, ox);
34 wmove(win, oy, ox);
H A Drefresh.c399 domvcur(oy, ox, ny, nx) in domvcur() argument
400 int oy, ox, ny, nx; in domvcur()
407 __mvcur(oy, ox, ny, nx, 1);
670 int i, oy, ox, n; local
673 ox = curscr->curx;
704 __mvcur(oy, ox, 0, 0, 1);
715 __mvcur(0, 0, oy, ox, 1);
721 __mvcur(oy, ox, bot, 0, 1);
759 __mvcur(oy, ox, 0, 0, 1);
771 __mvcur(0, 0, oy, ox, 1);
[all …]
/original-bsd/games/quiz/datfiles/
H A Dchinese10 rat:ox
11 ox:tiger
/original-bsd/local/local.cmd/
H A Ddis.c239 static int oy, ox = -1; local
243 if ( (i = x - ox) != 1 )
259 if ( ox != Width || !amflag )
265 ox = x; oy = y;
/original-bsd/usr.bin/systat/
H A Dmain.c219 int oy, ox; local
227 getyx(stdscr, oy, ox);
233 move(oy, ox);
/original-bsd/games/hack/
H A Dhack.wizard.c53 if((u.ux != otmp->ox || u.uy != otmp->oy) &&
54 !m_at(otmp->ox, otmp->oy)) {
57 mtmp->mx = otmp->ox;
H A Dhack.c191 otmp->ox = rx; in domove()
224 DIST(u.ux+u.dx, u.uy+u.dy, uchain->ox, uchain->oy) > 2){ in domove()
230 if(DIST(u.ux+u.dx, u.uy+u.dy, uball->ox, uball->oy) < 3){ in domove()
232 movobj(uchain, uball->ox, uball->oy); in domove()
243 movobj(uball, uchain->ox, uchain->oy); in domove()
245 uchain->ox = u.ux; in domove()
309 movobj(obj, ox, oy) in movobj() argument
311 register int ox, oy;
318 obj->ox = ox;
356 if(obj->ox == u.ux && obj->oy == u.uy) in pickup()
[all …]
H A Dhack.dog.c188 if(inroom(obj->ox,obj->oy) != dogroom) continue;
190 (dogroom >= 0 || DDIST(obj->ox,obj->oy) < 10)) {
192 DDIST(obj->ox,obj->oy) < DDIST(gx,gy))){
193 gx = obj->ox;
201 gx = obj->ox;
297 if(obj->ox != nx || obj->oy != ny)
H A Dhack.mkobj.c14 otmp->ox = x;
25 otmp->ox = x;
H A Dhack.zap.c84 obj->ox, obj->oy) -> quan = obj->quan;
588 mtmp = mkmon_at(CORPSE_I_TO_C(obj->otyp),obj->ox,obj->oy);
599 otx = obj->ox;
605 obj->ox = tx;
619 if(cansee(obj->ox,obj->oy))
620 prl(obj->ox,obj->oy);
H A Ddef.obj.h8 xchar ox,oy; member
H A Dhack.pri.c482 cansee(obj->ox,obj->oy);
484 if(obj->odx != obj->ox || obj->ody != obj->oy || !show)
490 if(show && !vism_at(obj->ox,obj->oy)){
491 atl(obj->ox,obj->oy,obj->olet);
493 obj->odx = obj->ox;
506 if(!vism_at(obj->ox,obj->oy))
507 newsym(obj->ox,obj->oy);
H A Dhack.steal.c185 otmp->ox = mtmp->mx;
192 atl(otmp->ox,otmp->oy,otmp->olet);
H A Dhack.invent.c203 if(otmp->ox == x && otmp->oy == y) return(otmp);
214 if(otmp->ox == x && otmp->oy == y && otmp->otyp == n)
728 if(otmp->ox == u.ux && otmp->oy == u.uy) { in dolook()
763 if(otmp->ox == obj->ox && otmp->oy == obj->oy &&
H A Dhack.do.c67 obj->ox = u.ux;
402 obj->ox = bhitpos.x; in dothrow()
430 u.ux = uchain->ox = bhitpos.x - u.dx; in dothrow()
H A Dhack.bones.c29 otmp->ox = u.ux; in savebones()
H A Dhack.potion.c95 if(objs->ox != u.ux || objs->oy != u.uy) in dodrink()
102 at(objs->ox,objs->oy,objs->olet); in dodrink()
H A Dhack.trap.c361 uball->ox = uchain->ox = u.ux;
H A Dhack.read.c288 if(obj->ox == u.ux && obj->oy == u.uy) ctu++; in doread()
304 at(obj->ox, obj->oy, FOOD_SYM); in doread()
H A Dhack.mon.c363 if((dd = DIST(omx,omy,otmp->ox,otmp->oy)) < mind){
365 gx = otmp->ox;
465 if(otmp->ox == mtmp->mx && otmp->oy == mtmp->my)
H A Dhack.eat.c97 if(otmp->ox == u.ux && otmp->oy == u.uy && in doeat()
/original-bsd/lib/libc/stdio/
H A Dvfprintf.c287 char ox[2]; /* space for 0x hex-prefix */ local
687 ox[0] = '0';
688 ox[1] = ch;
689 PRINT(ox, 2);
731 ox[0] = *cp++;
732 ox[1] = '.';
733 PRINT(ox, 2);
/original-bsd/old/lisp/fp/fp.vax/
H A DMakefile40 rm -f core *.[ox] junk.fp
/original-bsd/games/cribbage/
H A Dio.c533 register int c, oy, ox; in getline() local
538 getyx(stdscr, oy, ox); in getline()
558 move(oy, ox); in getline()

12