/src/games/hack/ |
hack.worm.c | 112 struct wseg *wtmp, *whd = NULL; local in function:worm_move 119 (whd = wheads[tmp])->nseg = wtmp; 121 if (cansee(whd->wx, whd->wy)) { 123 atl(whd->wx, whd->wy, '~'); 124 whd->wdispl = 1; 126 whd->wdispl = 0; 136 whd = wsegs[tmp]; 137 wsegs[tmp] = whd->nseg [all...] |
/src/sys/arch/sun3/dev/ |
xd.c | 2047 int nwait, nrun, nfree, ndone, whd = 0; local in function:xdc_tick 2071 printf("%d ", wqc[whd]); 2072 mark[wqc[whd]] = 1; 2073 whd = (whd + 1) % XDC_MAXIOPB;
|
/src/sys/dev/vme/ |
xd.c | 2233 int nwait, nrun, nfree, ndone, whd = 0; local in function:xdc_tick 2256 printf("%d ", wqc[whd]); 2257 mark[wqc[whd]] = 1; 2258 whd = (whd + 1) % XDC_MAXIOPB;
|