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

  /src/games/hack/
hack.worm.c 76 struct wseg *wheads[32]; variable in typeref:struct:wseg * [32]
101 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
119 (whd = wheads[tmp])->nseg = wtmp;
120 wheads[tmp] = wtmp;
148 if (wtmp == wheads[tmp])
248 wheads[tmp2] = wtmp;
hack.lev.c 297 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
302 wheads[tmp]->nseg = wtmp = newseg();
303 wheads[tmp] = wtmp;
hack.h 238 extern struct wseg *wsegs[32], *wheads[32];

Completed in 11 milliseconds