Searched refs:my_maxx (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ | ||
H A D | waddwchnstr.c | 48 short my_maxx; local 114 my_maxx = (short) (ptr - sptr + my_x); 119 if (my_maxx > win->_lastch[my_y]) 120 win->_lastch[my_y] = my_maxx; |
Completed in 19 milliseconds