Searched refs:whd (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.worm.c112 struct wseg *wtmp, *whd = NULL; local
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
[all...]
/netbsd-current/sys/arch/sun3/dev/
H A Dxd.c2047 int nwait, nrun, nfree, ndone, whd = 0; local
2071 printf("%d ", wqc[whd]);
2072 mark[wqc[whd]] = 1;
2073 whd = (whd + 1) % XDC_MAXIOPB;
/netbsd-current/sys/dev/vme/
H A Dxd.c2233 int nwait, nrun, nfree, ndone, whd = 0; local
2256 printf("%d ", wqc[whd]);
2257 mark[wqc[whd]] = 1;
2258 whd = (whd + 1) % XDC_MAXIOPB;

Completed in 117 milliseconds