Searched refs:limit_x (Results 1 – 1 of 1) sorted by relevance
83 int limit_x; in wnoutrefresh() local157 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()