Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucblib/libcurses/
H A Did_subwins.c35 int realy; in _id_subwins() local
38 realy = orig->_begy + orig->_cury; in _id_subwins()
44 if (win->_begy + win->_maxy <= realy) in _id_subwins()
48 for (y = realy - win->_begy; y < win->_maxy; y++, oy++) in _id_subwins()