Lines Matching defs:maxx
90 if ((new_one = __newwin(_cursesi_screen, win->maxy, win->maxx,
130 int ry, maxy, maxx;
143 maxx = ncols > 0 ? ncols : COLS - bx + ncols;
145 if ((win = __makenew(screen, maxy, maxx, by, bx, 0, ispad)) == NULL)
170 for (sp = lp->line, j = 0; j < maxx; j++, sp++) {
179 lp->hash = __hash_line(lp->line, maxx);
197 int maxy, maxx;
207 maxx = ncols > 0 ? ncols : orig->maxx + orig->begx - bx + ncols;
210 || bx + maxx > orig->maxx + orig->begx)
212 if ((win = __makenew(_cursesi_screen, maxy, maxx,
249 lp->hash = __hash_line(lp->line, win->maxx);
350 win->maxx = ncols;
381 __CTRACE(__CTRACE_WINDOW, "makenew: win->maxx = %d\n", win->maxx);
395 if (win->begx + win->maxx == win->screen->COLS &&