Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dpecho_wc.c63 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx || in pecho_wchar()
64 pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()
71 code = prefresh(pad, pad->_refy, pad->_refx, in pecho_wchar()
H A Dprefresh.c116 pad->_refy = (short) pminr; in pnoutrefresh()
H A Dwrefresh.c162 w->_refy = w->_begy; in wnoutrefresh()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dpecho_wc.c60 if (pad->_cury < pad->_refy || pad->_curx < pad->_refx in pecho_wchar()
61 || pad->_refy + dy < pad->_cury || pad->_refx + dx < pad->_curx) in pecho_wchar()
68 pad, pad->_refy, pad->_refx, in pecho_wchar()
H A Dprefresh.c125 pad->_refy = (short) pminr;
H A Dwrefresh.c156 w->_refy = w->_begy;
/titanic_44/usr/src/lib/libxcurses/h/
H A Dcurses.h149 short _refy, _refx; /* Pad origin of last refresh. */ member
/titanic_44/usr/src/lib/libxcurses2/h/
H A Dcurses.h148 short _refy, _refx; /* Pad origin of last refresh. */ member