OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
2047
int nwait, nrun, nfree, ndone,
whd
= 0;
local
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
2256
printf("%d ", wqc[
whd
]);
2257
mark[wqc[
whd
]] = 1;
2258
whd
= (
whd
+ 1) % XDC_MAXIOPB;
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026