Lines Matching refs:top_marg
83 use_row += screen->top_marg;
93 screen->top_marg,
262 min = ((screen->cur_row < screen->top_marg)
264 : screen->top_marg);
312 if (screen->cur_row < screen->top_marg
313 || screen->cur_row - amount >= screen->top_marg
318 RevScroll(xw, amount - (screen->cur_row - screen->top_marg));
319 CursorUp(screen, screen->cur_row - screen->top_marg);
465 sc->row - screen->top_marg,
549 result -= screen->top_marg;