Searched defs:_yy (Results 1 - 3 of 3) sorted by relevance

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

Completed in 52 milliseconds