HomeSort by: relevance | last modified time | path
    Searched refs:zx (Results 1 - 10 of 10) sorted by relevancy

  /src/games/hack/
hack.mkmaze.c 84 int zx, zy; local in function:makemaz
94 zx = 2 * (COLNO / 4) - 1;
96 for (x = zx - 2; x < zx + 4; x++)
99 (y == zy - 2 || y == zy + 2 || x == zx - 2 || x == zx + 3) ? POOL :
100 (y == zy - 1 || y == zy + 1 || x == zx - 1 || x == zx + 2) ? HWALL :
103 (void) mkobj_at(AMULET_SYM, zx, zy);
105 walkfrom(zx + 4, zy)
    [all...]
hack.search.c 76 xchar zx, zy; local in function:findit
89 for (zx = lx; zx <= hx; zx++) {
90 if (levl[zx][zy].typ == SDOOR) {
91 levl[zx][zy].typ = DOOR;
92 atl(zx, zy, '+');
94 } else if (levl[zx][zy].typ == SCORR) {
95 levl[zx][zy].typ = CORR;
96 atl(zx, zy, CORR_SYM)
    [all...]
hack.read.c 419 int num, zx, zy; local in function:doread
425 for (zx = 0; zx < COLNO; zx++) {
428 lev = &(levl[zx][zy]);
446 newsym(zx, zy);
448 on_scr(zx, zy);
455 int zx, zy; local in function:doread
458 for (zx = 0; zx < COLNO; zx++
546 int num, zx, zy; local in function:litroom
    [all...]
hack.zap.c 204 xchar zx, zy; local in function:dozap
300 zx = u.ux + u.dx;
305 if (!isok(zx, zy))
307 room = &levl[zx][zy];
308 Tmp_at(zx, zy);
310 if (zx < 3 || zx > COLNO - 3 ||
326 mnewsym(zx, zy);
327 zx += u.dx;
330 mnewsym(zx, zy); /* not always necessary *
    [all...]
  /src/share/man/man4/man4.sparc/
Makefile 8 tslot.4 xd.4 xy.4 zx.4
  /src/lib/libc/gdtoa/
g_ddfmt.c 45 ULong *L, bits0[4], *bits, *zx; local in function:g_ddfmt
149 bits = zx = z->x;
150 for(i = 0; !*zx; zx++)
152 i += lo0bits(zx);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
r8a73a4.dtsi 487 "zx", "zs", "hp";
sh73a0.dtsi 654 "z", "zx", "hp";
  /src/sys/dev/sbus/
zx.c 1 /* $NetBSD: zx.c,v 1.47 2021/08/07 16:19:15 thorpej Exp $ */
33 * Driver for the Sun ZX display adapter. This would be called 'leo', but
45 __KERNEL_RCSID(0, "$NetBSD: zx.c,v 1.47 2021/08/07 16:19:15 thorpej Exp $");
132 CFATTACH_DECL_NEW(zx, sizeof(struct zx_softc),
250 aprint_error_dev(self, "can't map zx\n");
326 * avoid problems in case no zx is the console
  /src/tests/usr.bin/netpgpverify/
t_netpgpverify.sh 4420 4anPp+1f20/zh4//8vLN0n/+P/7rf/v3//RPHz7+zx/7z//68cOT0bOYTlMaQjZ4

Completed in 22 milliseconds