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

  /src/games/hack/
hack.worm.c 112 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->nseg
    [all...]
  /src/sys/arch/sun3/dev/
xd.c 2032 int nwait, nrun, nfree, ndone, whd = 0; local
2056 printf("%d ", wqc[whd]);
2057 mark[wqc[whd]] = 1;
2058 whd = (whd + 1) % XDC_MAXIOPB;
  /src/sys/dev/vme/
xd.c 2217 int nwait, nrun, nfree, ndone, whd = 0; local
2240 printf("%d ", wqc[whd]);
2241 mark[wqc[whd]] = 1;
2242 whd = (whd + 1) % XDC_MAXIOPB;

Completed in 20 milliseconds