Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcurses/screen/
H A Dwnoutref.c56 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()
[all …]