Searched refs:firstchp (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/lib/libcurses/ |
| D | touchwin.c | 188 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()
|
| D | addbytes.c | 276 *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 …]
|
| D | refresh.c | 242 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 …]
|
| D | mvwin.c | 83 if (*plp->firstchp > x) in mvderwin() 84 *plp->firstchp = x; in mvderwin() 89 *plp->firstchp, *plp->lastchp); in mvderwin()
|
| D | chgat.c | 83 if (x + win->ch_off < *lp->firstchp) in mvwchgat() 84 *lp->firstchp = x + win->ch_off; in mvwchgat()
|
| D | insstr.c | 212 if (win->ch_off < *lnp->firstchp) in winsnstr() 213 *lnp->firstchp = win->ch_off; in winsnstr()
|
| D | ins_wch.c | 149 if (newx < *lnp->firstchp) in wins_wch() 150 *lnp->firstchp = newx; in wins_wch()
|
| D | add_wchstr.c | 193 if (newx < *lnp->firstchp) in wadd_wchnstr() 194 *lnp->firstchp = newx; in wadd_wchnstr()
|
| D | color.c | 694 if (*lp->firstchp > x) in __change_pair() 695 *lp->firstchp = x; in __change_pair() 705 *win->alines[y]->firstchp, in __change_pair()
|
| D | clrtoeol.c | 122 *win->alines[y]->firstchp, *win->alines[y]->lastchp); in wclrtoeol()
|
| D | ins_wstr.c | 295 if (newx < *lnp->firstchp) in wins_nwstr() 296 *lnp->firstchp = newx; in wins_nwstr()
|
| D | resize.c | 314 lp->firstchp = &lp->firstch; in __resizewin() 331 lp->firstchp = &olp->firstch; in __resizewin()
|
| D | newwin.c | 247 lp->firstchp = &olp->firstch; in __set_subwin() 335 lp->firstchp = &lp->firstch; in __makenew()
|
| D | curses_private.h | 95 int *firstchp, *lastchp; /* First and last chngd columns ptrs */ member
|