Lines Matching refs:ch_off
257 _wintype, dwin->maxx, dwin->ch_off, wlp); in _wnoutrefresh()
269 if ((*wlp->firstchp < maxx + swin->ch_off && in _wnoutrefresh()
270 *wlp->lastchp >= swin->ch_off) || in _wnoutrefresh()
272 (*dwlp->firstchp < dwin->maxx + dwin->ch_off && in _wnoutrefresh()
273 *dwlp->lastchp >= dwin->ch_off)))) in _wnoutrefresh()
286 if (*wlp->firstchp - swin->ch_off > 0) { in _wnoutrefresh()
287 wx += *wlp->firstchp - swin->ch_off; in _wnoutrefresh()
288 x_off += *wlp->firstchp - swin->ch_off; in _wnoutrefresh()
291 if (mx > *wlp->lastchp - swin->ch_off + 1) in _wnoutrefresh()
292 mx = *dwlp->lastchp - dwin->ch_off + 1; in _wnoutrefresh()
409 *wlp->firstchp + wbegx - win->ch_off) in _wnoutrefresh()
411 *wlp->firstchp + wbegx - win->ch_off; in _wnoutrefresh()
413 *wlp->lastchp + wbegx - win->ch_off) in _wnoutrefresh()
415 *wlp->lastchp + wbegx - win->ch_off; in _wnoutrefresh()
419 *dwlp->firstchp + wbegx - dwin->ch_off) in _wnoutrefresh()
423 - dwin->ch_off; in _wnoutrefresh()
428 *dwlp->lastchp + wbegx - dwin->ch_off) in _wnoutrefresh()
431 + wbegx - dwin->ch_off; in _wnoutrefresh()
448 if (*wlp->firstchp >= win->ch_off) in _wnoutrefresh()
449 *wlp->firstchp = maxx + win->ch_off; in _wnoutrefresh()
450 if (*wlp->lastchp < maxx + win->ch_off) in _wnoutrefresh()
451 *wlp->lastchp = win->ch_off; in _wnoutrefresh()
453 (*wlp->firstchp >= maxx + win->ch_off) || in _wnoutrefresh()
454 (*wlp->lastchp <= win->ch_off)) { in _wnoutrefresh()
726 *wlp->lastchp = win->ch_off; in doupdate()