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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dwresize.c95 int col, row, size_x, size_y; local
116 size_x = win->_maxx;
120 && ToCols == size_x)
153 int begin = (row > size_y) ? 0 : (size_x + 1);
159 if (ToCols != size_x) {
164 s[col] = (col <= size_x
189 if ((ToCols != size_x) || (row > size_y)) {
205 if (ToCols == size_x) {

Completed in 156 milliseconds