Home
last modified time | relevance | path

Searched refs:pmaxcol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_pad.c134 int pmaxcol; in pnoutrefresh() local
165 pmaxcol = pmincol + smaxcol - smincol; in pnoutrefresh()
170 (long) pmaxcol, (long) win->_maxx)); in pnoutrefresh()
179 if (pmaxcol > win->_maxx) { in pnoutrefresh()
180 smaxcol -= (pmaxcol - win->_maxx); in pnoutrefresh()
181 pmaxcol = pmincol + smaxcol - smincol; in pnoutrefresh()
230 for (j = pmincol, n = smincol; j <= pmaxcol; j++, n++) { in pnoutrefresh()
305 && win->_curx <= pmaxcol) { in pnoutrefresh()