Lines Matching defs:wtmp
88 struct wseg *wtmp, *wtmp2;
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
124 wtmp2 = wtmp->nseg;
125 bwrite(fd, wtmp, sizeof(struct wseg));
214 struct wseg *wtmp;
297 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
299 mread(fd, wtmp, sizeof(struct wseg));
300 if (!wtmp->nseg)
302 wheads[tmp]->nseg = wtmp = newseg();
303 wheads[tmp] = wtmp;