Searched refs:yorg (Results 1 – 1 of 1) sorted by relevance
56 short y, x, xorg, yorg, scrli, scrco, in wnoutrefresh() local70 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()[all …]