Home | History | Annotate | Download | only in libcurses

Lines Matching refs:ch_off

257 		    _wintype, dwin->maxx, dwin->ch_off, wlp);
269 if ((*wlp->firstchp < maxx + swin->ch_off &&
270 *wlp->lastchp >= swin->ch_off) ||
272 (*dwlp->firstchp < dwin->maxx + dwin->ch_off &&
273 *dwlp->lastchp >= dwin->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)
292 mx = *dwlp->lastchp - dwin->ch_off + 1;
409 *wlp->firstchp + wbegx - win->ch_off)
411 *wlp->firstchp + wbegx - win->ch_off;
413 *wlp->lastchp + wbegx - win->ch_off)
415 *wlp->lastchp + wbegx - win->ch_off;
419 *dwlp->firstchp + wbegx - dwin->ch_off)
423 - dwin->ch_off;
428 *dwlp->lastchp + wbegx - dwin->ch_off)
431 + wbegx - dwin->ch_off;
448 if (*wlp->firstchp >= win->ch_off)
449 *wlp->firstchp = maxx + win->ch_off;
450 if (*wlp->lastchp < maxx + win->ch_off)
451 *wlp->lastchp = win->ch_off;
453 (*wlp->firstchp >= maxx + win->ch_off) ||
454 (*wlp->lastchp <= win->ch_off)) {
726 *wlp->lastchp = win->ch_off;