Home | History | Annotate | Download | only in hack

Lines Matching refs:wsegs

75 struct wseg    *wsegs[32];	/* linked list, tail first */
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)
186 struct wseg *wtmp = wsegs[tmp];
225 wtmp = wsegs[tmp];
227 wsegs[tmp] = wtmp->nseg;
242 wsegs[tmp2] = wsegs[tmp];
249 wsegs[tmp] = wtmp->nseg->nseg;