Searched refs:my_y (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwaddwchnstr.c47 int my_y = win->_cury; local
50 chtype *ptr = &(win->_y[my_y][my_x]);
116 if (my_x1 < win->_firstch[my_y])
117 win->_firstch[my_y] = my_x1;
119 if (my_maxx > win->_lastch[my_y])
120 win->_lastch[my_y] = my_maxx;
H A Dwaddchnstr.c55 short my_y = win->_cury; local
92 win->_cury = my_y;

Completed in 20 milliseconds