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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwaddchnstr.c54 short my_x = win->_curx; local
62 remcols = win->_maxx - my_x;
75 remcols = win->_maxx - my_x;
91 win->_curx = my_x;
H A Dwaddwchnstr.c46 int my_x = win->_curx; local
50 chtype *ptr = &(win->_y[my_y][my_x]);
69 counter = win->_maxx - my_x;
114 my_maxx = (short) (ptr - sptr + my_x);

Completed in 15 milliseconds