Home | History | Annotate | Download | only in hack

Lines Matching refs:nseg

106 	wtmp->nseg = 0;
117 wtmp->nseg = 0;
119 (whd = wheads[tmp])->nseg = wtmp;
137 wsegs[tmp] = whd->nseg;
150 if (wtmp == 0 || wtmp->nseg == 0)
152 wsegs[tmp] = wtmp->nseg;
166 wtmp2 = wtmp->nseg;
179 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp->nseg)
189 for (; wtmp->nseg; wtmp = wtmp->nseg)
227 wsegs[tmp] = wtmp->nseg;
246 if (wtmp->nseg->wx == x && wtmp->nseg->wy == y) {
249 wsegs[tmp] = wtmp->nseg->nseg;
250 remseg(wtmp->nseg);
251 wtmp->nseg = 0;
269 wtmp2 = wtmp->nseg;
273 } while (wtmp->nseg);