Home
last modified time | relevance | path

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

/openbsd/src/lib/libcurses/base/
Dlib_refresh.c83 int limit_x; in wnoutrefresh() local
157 limit_x = win->_maxx; in wnoutrefresh()
159 if (limit_x > NewScreen(SP_PARM)->_maxx - begx) in wnoutrefresh()
160 limit_x = NewScreen(SP_PARM)->_maxx - begx; in wnoutrefresh()
171 if (last_src > limit_x) in wnoutrefresh()
172 last_src = limit_x; in wnoutrefresh()
201 while (j <= limit_x) { in wnoutrefresh()