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

  /src/games/hack/
hack.worm.c 75 struct wseg *wsegs[32]; /* linked list, tail first */ variable in typeref:struct:wseg * [32]
86 if (!wsegs[tmp]) {
101 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
136 whd = wsegs[tmp];
137 wsegs[tmp] = whd->nseg;
147 wtmp = wsegs[tmp];
152 wsegs[tmp] = wtmp->nseg;
165 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
169 wsegs[tmp] = 0;
179 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp->nseg
    [all...]
hack.lev.c 121 bwrite(fd, wsegs, sizeof(wsegs));
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
127 wsegs[tmp] = 0;
294 mread(fd, wsegs, sizeof(wsegs));
296 if (wsegs[tmp]) {
297 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
hack.h 238 extern struct wseg *wsegs[32], *wheads[32];
hack.invent.c 273 for (wtmp = wsegs[mtmp->wormno]; wtmp; wtmp = wtmp->nseg)

Completed in 13 milliseconds