Lines Matching refs:maxx
73 if (win->begx > win->orig->begx + win->orig->maxx)
74 win->begx = win->orig->begx + win->orig->maxx - 1;
75 if (win->begx + ncols > win->orig->begx + win->orig->maxx)
78 ncols += win->orig->begx + win->orig->maxx - win->begx;
262 __CTRACE(__CTRACE_WINDOW, "resize: win->maxx = %d\n", win->maxx);
339 win->maxx = ncols;
351 for (sp = lp->line, j = 0; j < win->maxx; j++, sp++) {
370 __CTRACE(__CTRACE_WINDOW, "resize: win->maxx = %d\n", win->maxx);
389 if (swin->begx > win->begx + win->maxx)
390 swin->begx = win->begx + win->maxx - 1;
391 if (swin->begx + x > win->begx + win->maxx)
394 x += win->begx + win->maxx - swin->begx;