Lines Matching refs:yorg
56 short y, x, xorg, yorg, scrli, scrco, in wnoutrefresh() local
70 yorg = win->_begy + win->_yoffset; in wnoutrefresh()
76 ((y = win->_cury + yorg) >= 0) && (y < scrli) && in wnoutrefresh()
95 boty = win->_maxy+yorg; in wnoutrefresh()
96 if (yorg >= sminy && yorg < smaxy && boty >= smaxy) in wnoutrefresh()
101 boty -= yorg; in wnoutrefresh()
113 hash = _VIRTHASH + yorg; in wnoutrefresh()
114 sbch = _virtscr->_firstch + yorg; in wnoutrefresh()
115 sech = _virtscr->_lastch + yorg; in wnoutrefresh()
116 scp = _virtscr->_y + yorg; in wnoutrefresh()
169 (void) _mbclrch(_virtscr, y + yorg, lo + xorg); in wnoutrefresh()
171 (void) _mbclrch(_virtscr, y + yorg, hi + xorg); in wnoutrefresh()
183 if ((y + yorg) < _VIRTTOP) in wnoutrefresh()
184 _VIRTTOP = y+yorg; in wnoutrefresh()
185 if ((y + yorg) > _VIRTBOT) in wnoutrefresh()
186 _VIRTBOT = y + yorg; in wnoutrefresh()