/src/sys/dev/xmi/ |
xmi.c | 66 const struct xmi_list *xl; local in function:xmi_print 68 for (xl = &xmi_list[0]; xl->xl_nr; xl++) 69 if (xl->xl_nr == bus_space_read_2(xa->xa_iot, xa->xa_ioh, 0)) 73 if (xl->xl_nr == 0) 77 aprint_normal(xl->xl_name); 81 return xl->xl_havedriver ? UNCONF : UNSUPP;
|
/src/games/hack/ |
hack.save.c | 248 int xl; local in function:restobjchn 250 mread(fd, &xl, sizeof(xl)); 251 if (xl == -1) 253 otmp = newobj(xl); 258 mread(fd, otmp, (unsigned) xl + sizeof(struct obj)); 275 int xl; local in function:restmonchn 288 mread(fd, &xl, sizeof(xl)); 289 if (xl == -1 [all...] |
hack.lev.c | 145 unsigned xl; local in function:saveobjchn 150 xl = otmp->onamelth; 151 bwrite(fd, &xl, sizeof(int)); 152 bwrite(fd, otmp, xl + sizeof(struct obj)); 163 unsigned xl; local in function:savemonchn 171 xl = mtmp->mxlth + mtmp->mnamelth; 172 bwrite(fd, &xl, sizeof(int)); 173 bwrite(fd, mtmp, xl + sizeof(struct monst));
|
/src/games/larn/ |
movem.c | 133 static int tmpitem, xl, xh, yl, yh; variable in typeref:typename:int 150 if ((xl = i + rnd(3) - 2) < 0) 151 xl = 0; 152 if (xl >= MAXX) 153 xl = MAXX - 1; 158 if ((tmp = item[xl][yl]) != OWALL) 159 if (mitem[xl][yl] == 0) 162 mmove(i, j, xl, yl); 167 xl = tmp3 - 2; 171 vxy(&xl, &yl) [all...] |
object.c | 906 static int xh, yh, yl, xl; variable in typeref:typename:int 965 xl = max(playerx - 25, 0); 967 for (j = xl; j < xh; j++) 970 draws(xl, xh, yl, yh);
|
monster.c | 292 int xl, xh, yl, yh; local in function:speldamage 362 xl = playerx - 15; 364 vxy(&xl, &yl); 367 for (j = xl; j <= xh; j++) 369 draws(xl, xh + 1, yl, yh + 1); 542 xl = playerx; 545 i = dirsub(&xl, &yl); /* get direction of sphere */ 546 newsphere(xl, yl, i, rnd(20) + 11); /* make a sphere */ 585 xl = item[i][j]; 586 if (xl && xl != OWALL && xl != OANNIHILATION) [all...] |
/src/sys/arch/x68k/stand/libiocs/ |
iocs.h | 56 short xl; member in struct:iocs_fntbuf
|
/src/sys/arch/luna68k/dev/ |
omrasops.c | 455 int xh, xl; local in function:om_putchar 490 xl = x & 0x1f; 499 mask = ALL1BITS >> xl; 500 dw = 32 - xl;
|