Lines Matching refs:dwlp
160 __LINE *wlp, *vlp, *dwlp; in _wnoutrefresh() local
238 dwlp = dwin->alines[dy_off]; in _wnoutrefresh()
253 _wintype, dy_off, *dwlp->firstchp, *dwlp->lastchp, in _wnoutrefresh()
254 dwlp->flags); in _wnoutrefresh()
260 ((dwlp->flags & (__ISDIRTY | __ISFORCED)) == 0)) in _wnoutrefresh()
272 (*dwlp->firstchp < dwin->maxx + dwin->ch_off && in _wnoutrefresh()
273 *dwlp->lastchp >= dwin->ch_off)))) in _wnoutrefresh()
292 mx = *dwlp->lastchp - dwin->ch_off + 1; in _wnoutrefresh()
330 dwlp->line[dx_off].ch = in _wnoutrefresh()
332 dwlp->line[dx_off].attr = in _wnoutrefresh()
334 dwlp->line[dx_off].cflags = in _wnoutrefresh()
337 dwlp->line[dx_off].wcols = in _wnoutrefresh()
342 dwlp->line[tx].ch = ch; in _wnoutrefresh()
343 dwlp->line[tx].wcols = i; in _wnoutrefresh()
344 dwlp->line[tx].cflags = in _wnoutrefresh()
360 dwlp->line[dx_off].ch = in _wnoutrefresh()
362 dwlp->line[dx_off].wcols = in _wnoutrefresh()
364 dwlp->line[dx_off].cflags = in _wnoutrefresh()
367 &dwlp->line[dx_off]) in _wnoutrefresh()
404 *dwlp->firstchp, *dwlp->lastchp); in _wnoutrefresh()
419 *dwlp->firstchp + wbegx - dwin->ch_off) in _wnoutrefresh()
422 *dwlp->firstchp + wbegx in _wnoutrefresh()
428 *dwlp->lastchp + wbegx - dwin->ch_off) in _wnoutrefresh()
430 *vlp->lastchp = *dwlp->lastchp in _wnoutrefresh()