Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libcurses/screen/
H A Dwadjcurspos.c39 chtype *_yy; in wadjcurspos() local
42 _yy = win->_y[win->_cury]; in wadjcurspos()
43 while ((x > 0) && (ISCBIT(_yy[x]))) --x; in wadjcurspos()
H A Dwmoveprevch.c42 chtype *_yy; in wmoveprevch() local
49 _yy = win->_y[win->_cury]; in wmoveprevch()
51 while ((x > 0) && (ISCBIT(_yy[x]))) in wmoveprevch()
H A Dwmovenextch.c42 chtype *_yy; in wmovenextch() local
45 _yy = win->_y[win->_cury]; in wmovenextch()
55 if (ISCBIT(_yy[x])) { in wmovenextch()