Lines Matching refs:MAXCOL
1695 lp->height = MAXCOL; in topline_back()
1731 lp->height = MAXCOL; in botline_forw()
1984 if (loff.height == MAXCOL || used + loff.height > curwin->w_height) in scroll_cursor_bot()
2059 if (loff.height == MAXCOL) in scroll_cursor_bot()
2060 used = MAXCOL; in scroll_cursor_bot()
2219 if (loff.height == MAXCOL) in scroll_cursor_halfway()
2220 used = MAXCOL; in scroll_cursor_halfway()
2513 if (loff.height == MAXCOL) in onepage()
2514 n = MAXCOL; in onepage()
2656 if (h2 == MAXCOL || h2 + h1 > min_height) in get_scroll_overlap()
2668 if (h3 == MAXCOL || h3 + h2 > min_height) in get_scroll_overlap()
2680 if (h4 == MAXCOL || h4 + h3 + h2 > min_height || h3 + h2 + h1 > min_height) in get_scroll_overlap()