HomeSort by: relevance | last modified time | path
    Searched defs:wtmp2 (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.worm.c 161 struct wseg *wtmp, *wtmp2; local in function:wormdead
165 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
166 wtmp2 = wtmp->nseg;
209 struct wseg *wtmp, *wtmp2; local in function:cutworm
269 wtmp2 = wtmp->nseg;
272 wtmp = wtmp2;
hack.lev.c 88 struct wseg *wtmp, *wtmp2; local in function:savelev
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
124 wtmp2 = wtmp->nseg;

Completed in 13 milliseconds