Searched refs:_yy (Results 1 – 3 of 3) sorted by relevance
37 chtype *_yy; in wadjcurspos() local40 _yy = win->_y[win->_cury]; in wadjcurspos()41 while ((x > 0) && (ISCBIT(_yy[x]))) --x; in wadjcurspos()
40 chtype *_yy; in wmoveprevch() local47 _yy = win->_y[win->_cury]; in wmoveprevch()49 while ((x > 0) && (ISCBIT(_yy[x]))) in wmoveprevch()
40 chtype *_yy; in wmovenextch() local43 _yy = win->_y[win->_cury]; in wmovenextch()53 if (ISCBIT(_yy[x])) { in wmovenextch()