Home
last modified time | relevance | path

Searched refs:firstchp (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/lib/libcurses/
Dtouchwin.c188 if (*wlp->firstchp >= win->ch_off && in wtouchln()
189 *wlp->firstchp < win->maxx + win->ch_off) in wtouchln()
190 *wlp->firstchp = win->maxx + win->ch_off; in wtouchln()
239 *win->alines[y]->firstchp, *win->alines[y]->lastchp); in _cursesi_touchline_force()
246 if (*win->alines[y]->firstchp > sx) in _cursesi_touchline_force()
247 *win->alines[y]->firstchp = sx; in _cursesi_touchline_force()
251 *win->alines[y]->firstchp, *win->alines[y]->lastchp); in _cursesi_touchline_force()
Daddbytes.c276 *y, *x, *win->alines[*y]->firstchp, *win->alines[*y]->lastchp); in _cursesi_addbyte()
300 if (newx < *(*lp)->firstchp) in _cursesi_addbyte()
301 *(*lp)->firstchp = newx; in _cursesi_addbyte()
306 *(*lp)->firstchp, *(*lp)->lastchp, in _cursesi_addbyte()
307 *(*lp)->firstchp - win->ch_off, in _cursesi_addbyte()
336 *y, *x, *win->alines[*y]->firstchp, *win->alines[*y]->lastchp); in _cursesi_addbyte()
432 if (newx < *(*lnp)->firstchp) in _cursesi_addwchar()
433 *(*lnp)->firstchp = newx; in _cursesi_addwchar()
475 if (newx < *(*lnp)->firstchp) in _cursesi_addwchar()
476 *(*lnp)->firstchp = newx; in _cursesi_addwchar()
[all …]
Drefresh.c242 wy, *wlp->firstchp, *wlp->lastchp, wlp->flags); in _wnoutrefresh()
253 _wintype, dy_off, *dwlp->firstchp, *dwlp->lastchp, in _wnoutrefresh()
269 if ((*wlp->firstchp < maxx + swin->ch_off && in _wnoutrefresh()
272 (*dwlp->firstchp < dwin->maxx + 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()
400 *wlp->firstchp, *wlp->lastchp); in _wnoutrefresh()
404 *dwlp->firstchp, *dwlp->lastchp); in _wnoutrefresh()
408 if (*vlp->firstchp > in _wnoutrefresh()
[all …]
Dmvwin.c83 if (*plp->firstchp > x) in mvderwin()
84 *plp->firstchp = x; in mvderwin()
89 *plp->firstchp, *plp->lastchp); in mvderwin()
Dchgat.c83 if (x + win->ch_off < *lp->firstchp) in mvwchgat()
84 *lp->firstchp = x + win->ch_off; in mvwchgat()
Dinsstr.c212 if (win->ch_off < *lnp->firstchp) in winsnstr()
213 *lnp->firstchp = win->ch_off; in winsnstr()
Dins_wch.c149 if (newx < *lnp->firstchp) in wins_wch()
150 *lnp->firstchp = newx; in wins_wch()
Dadd_wchstr.c193 if (newx < *lnp->firstchp) in wadd_wchnstr()
194 *lnp->firstchp = newx; in wadd_wchnstr()
Dcolor.c694 if (*lp->firstchp > x) in __change_pair()
695 *lp->firstchp = x; in __change_pair()
705 *win->alines[y]->firstchp, in __change_pair()
Dclrtoeol.c122 *win->alines[y]->firstchp, *win->alines[y]->lastchp); in wclrtoeol()
Dins_wstr.c295 if (newx < *lnp->firstchp) in wins_nwstr()
296 *lnp->firstchp = newx; in wins_nwstr()
Dresize.c314 lp->firstchp = &lp->firstch; in __resizewin()
331 lp->firstchp = &olp->firstch; in __resizewin()
Dnewwin.c247 lp->firstchp = &olp->firstch; in __set_subwin()
335 lp->firstchp = &lp->firstch; in __makenew()
Dcurses_private.h95 int *firstchp, *lastchp; /* First and last chngd columns ptrs */ member