Searched refs:_yy (Results 1 – 3 of 3) sorted by relevance
39 chtype *_yy; in wadjcurspos() local42 _yy = win->_y[win->_cury]; in wadjcurspos()43 while ((x > 0) && (ISCBIT(_yy[x]))) --x; in wadjcurspos()
42 chtype *_yy; in wmoveprevch() local49 _yy = win->_y[win->_cury]; in wmoveprevch()51 while ((x > 0) && (ISCBIT(_yy[x]))) in wmoveprevch()
42 chtype *_yy; in wmovenextch() local45 _yy = win->_y[win->_cury]; in wmovenextch()55 if (ISCBIT(_yy[x])) { in wmovenextch()