Lines Matching refs:refreshtop
190 int refreshtop;
212 refreshtop = screen->bot_marg - refreshheight + 1 + shift;
214 if (refreshtop > i) {
215 refreshtop = i;
251 refreshtop += i;
262 refreshtop = screen->top_marg + shift;
263 scrolltop = refreshtop + refreshheight;
286 refreshtop,
292 refreshtop,
603 int refreshtop = 0;
682 if ((refreshtop = screen->bot_marg - refreshheight + 1 + shift) >
684 refreshtop = i;
696 refreshtop += i;
719 refreshtop,
758 refreshtop,
909 int refreshtop = screen->top_marg + shift;
912 int scrolltop = refreshtop + refreshheight;
936 refreshtop,
1264 int refreshtop = screen->cur_row + shift;
1265 int scrolltop = refreshtop + refreshheight;
1276 refreshtop,
1383 int refreshtop;
1388 if ((refreshtop = screen->bot_marg - refreshheight + 1 + shift) >
1390 refreshtop = i;
1410 ScrnUpdate(xw, refreshtop, 0, rows, MaxCols(screen), True);
1411 refreshtop += shift;
1416 refreshtop,