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

/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dresizeterm.c213 int myCols = win->_maxx + 1; local
256 if (myCols > ToCols)
257 myCols = ToCols;
259 if (myCols == CurCols
261 myCols = ToCols;
263 result = wresize(win, myLines, myCols);
359 int myCols = CurCols = screen_columns(SP_PARM); local
370 myCols,
373 CurCols = myCols;
380 myCols
[all...]

Completed in 56 milliseconds