Lines Matching defs:swin
161 WINDOW *sub_win, *orig, *swin, *dwin;
175 swin = dwin = win;
177 swin = win->orig;
237 wlp = swin->alines[wy];
266 wlp = swin->alines[wy];
269 if ((*wlp->firstchp < maxx + swin->ch_off &&
270 *wlp->lastchp >= swin->ch_off) ||
286 if (*wlp->firstchp - swin->ch_off > 0) {
287 wx += *wlp->firstchp - swin->ch_off;
288 x_off += *wlp->firstchp - swin->ch_off;
291 if (mx > *wlp->lastchp - swin->ch_off + 1)