Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwadjcurspos.c37 chtype *_yy; in wadjcurspos() local
40 _yy = win->_y[win->_cury]; in wadjcurspos()
41 while ((x > 0) && (ISCBIT(_yy[x]))) --x; in wadjcurspos()
H A Dwmoveprevch.c40 chtype *_yy; in wmoveprevch() local
47 _yy = win->_y[win->_cury]; in wmoveprevch()
49 while ((x > 0) && (ISCBIT(_yy[x]))) in wmoveprevch()
H A Dwmovenextch.c40 chtype *_yy; in wmovenextch() local
43 _yy = win->_y[win->_cury]; in wmovenextch()
53 if (ISCBIT(_yy[x])) { in wmovenextch()