Home
last modified time | relevance | path

Searched refs:zy (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/games/hack/
Dhack.mkmaze.c84 int zx, zy; in makemaz() local
95 zy = 2 * (ROWNO / 4) - 1; in makemaz()
97 for (y = zy - 2; y <= zy + 2; y++) { in makemaz()
99 … (y == zy - 2 || y == zy + 2 || x == zx - 2 || x == zx + 3) ? POOL : in makemaz()
100 … (y == zy - 1 || y == zy + 1 || x == zx - 1 || x == zx + 2) ? HWALL : in makemaz()
103 (void) mkobj_at(AMULET_SYM, zx, zy); in makemaz()
105 walkfrom(zx + 4, zy); in makemaz()
106 if ((mtmp = makemon(&hell_hound, zx, zy)) != NULL) in makemaz()
108 if ((mtmp = makemon(PM_WIZARD, zx + 1, zy)) != NULL) { in makemaz()
115 zy = mm.y; in makemaz()
[all …]
Dhack.search.c76 xchar zx, zy; in findit() local
88 for (zy = ly; zy <= hy; zy++) in findit()
90 if (levl[zx][zy].typ == SDOOR) { in findit()
91 levl[zx][zy].typ = DOOR; in findit()
92 atl(zx, zy, '+'); in findit()
94 } else if (levl[zx][zy].typ == SCORR) { in findit()
95 levl[zx][zy].typ = CORR; in findit()
96 atl(zx, zy, CORR_SYM); in findit()
98 } else if ((ttmp = t_at(zx, zy)) != NULL) { in findit()
100 (void) makemon(PM_PIERCER, zx, zy); in findit()
[all …]
Dhack.read.c419 int num, zx, zy; in doread() local
424 for (zy = 0; zy < ROWNO; zy++) in doread()
428 lev = &(levl[zx][zy]); in doread()
446 newsym(zx, zy); in doread()
448 on_scr(zx, zy); in doread()
455 int zx, zy; in doread() local
459 for (zy = 0; zy < ROWNO; zy++) in doread()
461 if (!cansee(zx, zy)) in doread()
462 levl[zx][zy].seen = 0; in doread()
546 int num, zx, zy; in litroom() local
[all …]
Dhack.zap.c204 xchar zx, zy; in dozap() local
301 zy = u.uy + u.dy; in dozap()
305 if (!isok(zx, zy)) in dozap()
307 room = &levl[zx][zy]; in dozap()
308 Tmp_at(zx, zy); in dozap()
311 zy < 3 || zy > ROWNO - 3) in dozap()
326 mnewsym(zx, zy); in dozap()
328 zy += u.dy; in dozap()
330 mnewsym(zx, zy); /* not always necessary */ in dozap()
/netbsd/src/external/bsd/tcpdump/dist/tests/
Depgm_zmtp1v.out39 0x0010: 7a79 2064 6f67 2e20 5468 6520 7175 6963 zy.dog..The.quic
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2006549 %<code>[zy] into %[zy]<code>. Expand meaning of %<bitfield>['`?].
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2006549 %<code>[zy] into %[zy]<code>. Expand meaning of %<bitfield>['`?].
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dpowerpc.igen254 …"branch if the condition is FALSE", /* 001zy */
256 …"branch if the condition is FALSE (ignored bit 1 set to 1)", /* 001zy */
262 …"branch if the condition is TRUE", /* 011zy */
264 …"branch if the condition is TRUE (ignored bit 1 set to 1)", /* 011zy */