/src/games/hack/ |
def.monst.h | 70 xchar mx,my; member in struct:monst
|
hack.mklev.c | 781 xchar mx, my; local in function:mktrap 807 mx = croom->hx + 1; 809 mx = croom->lx - 1; 816 mx = somex(); 821 mx = mm.x; 824 mx = somex(); 827 } while (m_at(mx, my) || levl[mx][my].typ == STAIRS); 828 if ((mtmp = makemon(PM_MIMIC, mx, my)) != NULL) { 843 mx = mm.x [all...] |
/src/sys/dev/ic/ |
ld_mlx.c | 218 struct mlx_context *mx; local in function:ld_mlx_handler 222 mx = &mc->mc_mx; 223 bp = mx->mx_context; 224 sc = device_private(mx->mx_dv);
|
rtwphy.c | 630 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local in function:rtw_max2820_tune 631 struct rtw_rfbus *bus = &mx->mx_bus; 643 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local in function:rtw_max2820_destroy 644 memset(mx, 0, sizeof(*mx)); 645 free(mx, M_DEVBUF); 652 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local in function:rtw_max2820_init 653 struct rtw_rfbus *bus = &mx->mx_bus; 702 struct rtw_max2820 *mx; local in function:rtw_max2820_pwrstate 705 mx = (struct rtw_max2820 *)rf 724 struct rtw_max2820 *mx; local in function:rtw_max2820_create [all...] |
/src/games/larn/ |
create.c | 115 static int mx, mxl, mxh, my, myl, myh, tmp2; variable in typeref:typename:int 147 mx = rnd(44) + 5; 148 mxl = mx - rnd(4); 149 mxh = mx + rnd(12) + 3; 152 mx = rnd(60) + 3; 153 mxl = mx - rnd(2); 154 mxh = mx + rnd(2);
|
/src/usr.bin/bthset/ |
bthset.c | 93 static int mx; /* mixer fd */ variable in typeref:typename:int 302 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0) 313 if (ioctl(mx, AUDIO_MIXER_READ, &mc) < 0) 368 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgs) < 0) 381 if (ioctl(mx, AUDIO_MIXER_WRITE, &vgm) < 0) 459 mx = open(mixer, O_WRONLY, 0); 460 if (mx < 0) 463 if (ioctl(mx, BTSCO_GETINFO, info) < 0) 469 if (ioctl(mx, AUDIO_MIXER_READ, &vgs) < 0) 474 if (ioctl(mx, AUDIO_MIXER_READ, &vgm) < 0 [all...] |
/src/usr.sbin/makemandb/ |
custom_apropos_tokenizer.c | 352 size_t i, mx, j; local in function:copy_stemmer 364 mx = hasDigit ? 3 : 10; 365 if (nIn > mx * 2) { 366 for (j = mx, i = nIn - mx; i < nIn; i++, j++) {
|
/src/games/snake/snake/ |
snake.c | 589 static const int mx[8] = { variable in typeref:typename:const int[8] 612 vp = d.col * mx[i] + d.line * my[i]; 624 point(&d, sp->col + mx[i], sp->line + my[i]); 658 point(np, sp->col + mx[w], sp->line + my[w]);
|
/src/lib/libcurses/ |
refresh.c | 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local in function:_wnoutrefresh 284 mx = wx + maxx; 290 mx = maxx; 291 if (mx > *wlp->lastchp - swin->ch_off + 1) 292 mx = *dwlp->lastchp - dwin->ch_off + 1; 293 if (x_off + (mx - wx) > screen->__virtscr->maxx) 294 mx -= (x_off + maxx) - 299 while (wx < mx) {
|
/src/sys/dev/hdaudio/ |
hdafg.c | 2806 struct hdaudio_mixer *mx; local in function:hdafg_build_mixers 2868 mx = kmem_zalloc(nmixers * sizeof(*mx), KM_SLEEP); 2873 mx[index].mx_ctl = NULL; 2874 mx[index].mx_di.index = index; 2875 mx[index].mx_di.type = AUDIO_MIXER_CLASS; 2876 mx[index].mx_di.mixer_class = i; 2877 mx[index].mx_di.next = mx[index].mx_di.prev = AUDIO_MIXER_LAST; 2880 strcpy(mx[index].mx_di.label.name, AudioCoutputs) 3863 struct hdaudio_mixer *mx = sc->sc_mixers; local in function:hdafg_detach 4130 struct hdaudio_mixer *mx; local in function:hdafg_set_port 4190 struct hdaudio_mixer *mx; local in function:hdafg_get_port [all...] |